Skip to content

Commit

Permalink
fix: flaky test with longer timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
edu-stx committed Nov 4, 2022
1 parent ac56729 commit 400825a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration/fund/fund.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ describe('Buy tokens test', () => {
browser = await setupBrowser();
walletPage = await WalletPage.init(browser, RouteUrls.Onboarding);
await walletPage.signIn(SECRET_KEY_2);
await walletPage.goToFundPage();
fundPage = new FundPage(walletPage.page);
}, BEFORE_EACH_TIMEOUT);

Expand Down

0 comments on commit 400825a

Please sign in to comment.