Skip to content

Commit

Permalink
Update tests/createMuxedAccountPage.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Iveta <[email protected]>
  • Loading branch information
jeesunikim and quietbits authored Apr 9, 2024
1 parent 6183740 commit 5d8c3ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/createMuxedAccountPage.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ test.describe("Create Muxed Account Page", () => {
test("Renders 'Base Account G Address' and 'Muxed Account ID' input field", async ({
page,
}) => {
expect(page.locator("input[id='muxed-public-key']")).toBeVisible;
expect(page.locator("input[id='muxed-account-iD']")).toBeVisible;
expect(page.locator("#muxed-public-key")).toBeVisible;
expect(page.locator("#muxed-account-id")).toBeVisible;
});

test("Gets an error with an invalid public key in 'Base Account G Address' field", async ({
Expand Down

0 comments on commit 5d8c3ef

Please sign in to comment.