Skip to content

Commit

Permalink
update e2e test token to newly deployed token (#1724)
Browse files Browse the repository at this point in the history
* update e2e test token to newly deployed token

* fixing typo in test name
  • Loading branch information
piyalbasu authored Dec 11, 2024
1 parent b656d9d commit 4f4eef7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extension/e2e-tests/helpers/test-token.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const TEST_TOKEN_ADDRESS =
"CCP33I36MH3QCJZWLWQYSVSHISOGYDUDW5VFW3F3JW3SWWIAPMP6OWF5";
"CC7YMFMYZM2HE6O3JT5CNTFBHVXCZTV7CEYT56IGBHR4XFNTGTN62CPT";
5 changes: 4 additions & 1 deletion extension/e2e-tests/loadAccount.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ test("Load accounts on standalone network", async ({ page, extensionId }) => {
});
await expect(page.getByTestId("account-assets")).toContainText("XLM");
});
test("Switches account with password prompt", async ({ page, extensionId }) => {
test("Switches account without password prompt", async ({
page,
extensionId,
}) => {
test.slow();
await loginToTestAccount({ page, extensionId });
await expect(page.getByTestId("account-assets")).toContainText("XLM");
Expand Down

0 comments on commit 4f4eef7

Please sign in to comment.