Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-dubinin committed Jan 27, 2025
1 parent a0f2cc6 commit 206712a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e/tests/portfolio.wallet.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test.describe('Test Portfolio feature', () => {
let context: BrowserContext
const privateKey = process.env.PRIVATE_KEY ?? 'pk'
let portfolioPage: PortfolioPage
const dollarBalanceRegEx = /\$\d+/
const dollarBalanceRegEx = /\d+/
let page: Page

test.beforeAll(async () => {
Expand Down

0 comments on commit 206712a

Please sign in to comment.