Skip to content

Commit 43d0cdc

Browse files
committed
test
1 parent e155454 commit 43d0cdc

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/test-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
test:
11-
timeout-minutes: 5
11+
timeout-minutes: 1
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4

e2e/orejime.spec.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ test.describe('Orejime', () => {
7070

7171
test('should accept all purposes from the banner', async () => {
7272
console.log('start');
73+
await expect(
74+
orejimePage.locator('.orejime-Banner-saveButton')
75+
).toBeVisible();
76+
console.log('after savebutton');
7377
await orejimePage.acceptAllFromBanner();
7478
console.log('after accept');
7579
await expect(orejimePage.banner).not.toBeVisible();

0 commit comments

Comments
 (0)