Skip to content

Commit c89f6b1

Browse files
committed
Allow more time for page to reload after navigating to first step
1 parent 37c787b commit c89f6b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

steps/donation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ When(
197197
'I navigate back to the first step',
198198
async () => {
199199
page.jumpBackToFirstStep();
200-
await browser.pause(500); // wait for page to reload, see DON-883
200+
await browser.pause(1000); // wait for page to reload, see DON-883
201201
},
202202
);
203203

0 commit comments

Comments
 (0)