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