Skip to content

Commit

Permalink
Skip flaky E2E form test
Browse files Browse the repository at this point in the history
  • Loading branch information
zoul committed Dec 7, 2023
1 parent 20fea3e commit a8ea432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/join/form.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ test("Submit button is disabled by default", async ({ page }) => {
await expect(submitButton).toBeDisabled();
});

test("Validation errors are hidden before the form is touched", async ({
test.skip("Validation errors are hidden before the form is touched", async ({
page,
}) => {
await page.goto("/join");
Expand Down

1 comment on commit a8ea432

@vercel
Copy link

@vercel vercel bot commented on a8ea432 Dec 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

app – ./

app-ceskodigital.vercel.app
app.cesko.digital
app-git-master-ceskodigital.vercel.app

Please sign in to comment.