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 6b0d824 commit e23d208
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion packages/e2e-contract-tests/playwright/utils/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ export const testSetup = async ({
bn(amountToFund)
);
await txResponse.waitForResult();
console.log('asd Success sending funds');

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 e23d208

Please sign in to comment.