Skip to content

Commit 46a28ee

Browse files
authored
Playwright: Skip "Email Notifications" test (#8785)
The "Email Notifications" link doesn't exist anymore, so we can not click it in this test...
1 parent 2a4d514 commit 46a28ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/bugs/2329.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { test, expect } from '@/e2e/helper';
22

33
test.describe('Bug #2329', { tag: '@bugs' }, () => {
4-
test('is fixed', async ({ page, mirage }) => {
4+
test.skip('is fixed', async ({ page, mirage }) => {
55
await mirage.addHook(server => {
66
let user = server.create('user');
77

0 commit comments

Comments
 (0)