Skip to content

Commit

Permalink
fix contract balance test
Browse files Browse the repository at this point in the history
  • Loading branch information
Megha-Dev-19 committed Dec 3, 2024
1 parent 8248e53 commit 04fe23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright-tests/tests/other/admin.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ test.describe("Wallet is connected", () => {
test("should be able to see contract balance if the balance is lower than 2 NEAR", async ({
page,
}) => {
await navigateToAdminPage(page);
await mockNearBalance(page, 5);
await navigateToAdminPage(page);

const contractBalanceWrapper = await page.getByTestId(
"contract-balance-wrapper"
Expand Down

0 comments on commit 04fe23f

Please sign in to comment.