UNPKG

qe-fe-automation

Version:
14 lines (12 loc) 622 B
import { UnderWritingApplications } from '../../lib/underwriting_applications'; import { UpgradeLiquidToSelfSellUser } from '@lrm-lib/liquid-upgrade'; describe('Commerce: [PENDING] Under-Writing End To End flow (Company On-boarding, Liquid Upgrade and Validation in Underwriting Dashboard', () => { it( 'C1346523: Validate Self sell [PENDING] scenario for [Manually] connect Bank Submitted Applications', { tags: ['@tier1'] }, () => { UnderWritingApplications.onBoardSelfSellUpsellUser('TA+LP'); UpgradeLiquidToSelfSellUser.upgradeSelfSellConnectYourBank('manually', 'pending'); } ); });