This commit is contained in:
Ilyas Foo 2022-04-14 10:54:03 +08:00
parent 1a129a2354
commit 942fa8d5de
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,7 @@ const testAdminPaymentSetupTask = () => {
await takeScreenshotFor(
'Payment setup task show other payment methods'
);
await waitForTimeout( 500 );
await paymentsSetup.goToPaymentMethodSetup( 'bacs' );
await bankTransferSetup.saveAccountDetails( {
accountNumber: '1234',
@ -81,6 +82,7 @@ const testAdminPaymentSetupTask = () => {
await homeScreen.clickOnTaskList( 'Set up payments' );
await paymentsSetup.isDisplayed();
await paymentsSetup.showOtherPaymentMethods();
await waitForTimeout( 500 );
await takeScreenshotFor(
'Payment setup task show other payment methods'
);