Skip to content

Commit 10be27f

Browse files
authored
Merge pull request #133 from boscop-fr/fix-tests-console-log
Removed useless log in e2e tests
2 parents 1aeaf5f + 28f6972 commit 10be27f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

e2e/orejime.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ test.describe('Orejime', () => {
244244
await obscured.click();
245245

246246
const position = await orejimePage.banner.boundingBox();
247-
console.log(position, initalPosition);
248247
await expect(position).not.toEqual(initalPosition);
249248

250249
// When a non obscured button takes focus, the banner

0 commit comments

Comments
 (0)