Skip to content

Commit

Permalink
fix: corrected the indentations (х4)
Browse files Browse the repository at this point in the history
  • Loading branch information
jake4take committed Nov 29, 2023
1 parent 4e7adc1 commit 03971c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/wallets/src/metamask/metamask.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,8 @@ export class MetamaskPage implements WalletPage {
);
await this.page.getByTestId('account-list-menu-details').click();
await expect_pw(
this.page.locator('section [data-testid=address-copy-button-text]'))
.toContainText(expectedAddress);
this.page.locator('section [data-testid=address-copy-button-text]')
).toContainText(expectedAddress);
await this.page.close();
});

Check failure on line 289 in packages/wallets/src/metamask/metamask.page.ts

View workflow job for this annotation

GitHub Actions / Testing

Insert `·`
}
Expand Down

0 comments on commit 03971c7

Please sign in to comment.