We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56c8b1a commit e155454Copy full SHA for e155454
1 file changed
e2e/orejime.spec.ts
@@ -69,6 +69,7 @@ test.describe('Orejime', () => {
69
});
70
71
test('should accept all purposes from the banner', async () => {
72
+ console.log('start');
73
await orejimePage.acceptAllFromBanner();
74
console.log('after accept');
75
await expect(orejimePage.banner).not.toBeVisible();
0 commit comments