Skip to content

Commit

Permalink
fix: remove page.pauses
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgeron committed Oct 31, 2024
1 parent 5ed4351 commit 4fa16bc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/e2e-contract-tests/playwright/utils/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export const testSetup = async ({
);
await txResponse.waitForResult();

await page.pause();
const fuelWalletTestHelper = await FuelWalletTestHelper.walletSetup({
context,
fuelExtensionId: extensionId,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,9 @@ export class FuelWalletTestHelper {
.getByText('Wallet created successfully')
.waitFor({ state: 'visible', timeout: 9000 });

await signupPage.pause();
await signupPage.goto(
`chrome-extension://${fuelExtensionId}/popup.html#/wallet`
);
await signupPage.pause();

const fuelWalletTestHelper = new FuelWalletTestHelper(context);

Expand Down

0 comments on commit 4fa16bc

Please sign in to comment.