Skip to content

Commit

Permalink
Revert "test: disable e2e"
Browse files Browse the repository at this point in the history
This reverts commit 1c384da.
  • Loading branch information
rare-magma committed Aug 31, 2024
1 parent d3ce51d commit b109129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/happyPath.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { expect, test } from "@playwright/test";

test.skip("should complete the happy path", async ({ page, isMobile }) => {
test("should complete the happy path", async ({ page, isMobile }) => {
await page.goto("/");

// should show landing page
Expand Down

0 comments on commit b109129

Please sign in to comment.