Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizAsFight committed Nov 1, 2024
1 parent e23d208 commit 3bc8e75
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,11 @@ export class FuelWalletTestHelper {
await popupNotSignedUpPage.goto(
`chrome-extension://${fuelExtensionId}/popup.html`
);
await popupNotSignedUpPage.waitForTimeout(2000);
await popupNotSignedUpPage.close();
const signupPage = await context.waitForEvent('page', {
predicate: (page) => page.url().includes('sign-up'),
});
expect(signupPage.url()).toContain('sign-up');
await popupNotSignedUpPage.close();

const importSeedPhraseButton = signupPage
.locator('h3')
Expand Down

0 comments on commit 3bc8e75

Please sign in to comment.