Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hsc-nue committed Sep 28, 2023
1 parent 5bfc1a9 commit c642ab5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions e2e/test-1.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ test.beforeEach(async ({ page }) => {
});

test("test", async ({ page }) => {
await expect(
page.getByRole("heading", { name: "HSC Leihnoten Verwaltung" })
).toBeVisible({ timeout: 10000 });
// await expect(
// page.getByRole("heading", { name: "HSC Leihnoten Verwaltung" })
// ).toBeVisible();
await expect(page.getByRole('link', { name: 'Ausleihen anzeigen' })).toBeDefined();
});

0 comments on commit c642ab5

Please sign in to comment.