Skip to content

Commit

Permalink
Update tests with not mirrored actors
Browse files Browse the repository at this point in the history
  • Loading branch information
abefernan committed Oct 2, 2024
1 parent 2180d93 commit 63e62d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/happy-paths.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ test("navigates to a correctly rendered tx detail", async ({ page }) => {
//TODO: use non-image snapshot testing (for svg)
await expect(
page.getByText("slay3r1pkptre7fdkl6gfrzlesjjvhxhlc3r4gmvk3r3j"),
).toHaveCount(2);
).toHaveCount(1);

await expect(
page.getByText("slay3r1fqg7raeca9peg0zkfp629m92qnjrpyggd2cfgj"),
).toHaveCount(2);
).toHaveCount(1);

await expect(page.getByText("Send")).toBeVisible();
});

0 comments on commit 63e62d3

Please sign in to comment.