Skip to content

Commit

Permalink
fix near price
Browse files Browse the repository at this point in the history
  • Loading branch information
Megha-Dev-19 committed Jan 28, 2025
1 parent d60421b commit 961a759
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ test.describe("User is logged in", function () {
storageState: "playwright-tests/storage-states/wallet-connected-admin.json",
});

test.beforeEach(async ({ page }) => {
await mockNearPrice({ nearPrice: 5, page });
});

test("low account balance should show warning modal, and allow action ", async ({
page,
instanceAccount,
Expand Down

0 comments on commit 961a759

Please sign in to comment.