Skip to content

Commit

Permalink
refactor: Remove wait for
Browse files Browse the repository at this point in the history
  • Loading branch information
CvdL-UM committed Oct 9, 2024
1 parent 332f4fa commit ce49a7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lawnotation-ui/tests/04-not-loggedin.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ test('Not logged in user goes to documentation and downloads an ECLI', async ({
await eclisInput.press('Enter');

await page.getByTestId('download-button').click();
await page.getByRole("alert").waitFor();
await expect(page.getByRole("alert")).toContainText("One .zip file containing 1 documents has been downloaded!");
});

0 comments on commit ce49a7e

Please sign in to comment.