Skip to content

Commit

Permalink
chore: remove unused prop
Browse files Browse the repository at this point in the history
  • Loading branch information
devceline committed Feb 28, 2024
1 parent 5023081 commit 58f0d24
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/shared/pages/WalletPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ export class WalletPage {
private readonly gotoHome: Locator
private readonly vercelPreview: Locator

private address: string;

constructor(public readonly page: Page) {
this.gotoHome = this.page.getByTestId('wc-connect')
this.vercelPreview = this.page.locator('css=vercel-live-feedback')
Expand Down

0 comments on commit 58f0d24

Please sign in to comment.