We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5df97f commit 33ad0b2Copy full SHA for 33ad0b2
1 file changed
e2e/join.spec.ts
@@ -60,6 +60,8 @@ const assertFailedLogin = async (
60
expect(cookies).toHaveLength(0);
61
};
62
63
+test.describe.configure({ mode: 'serial' });
64
+
65
test.describe('join', () => {
66
test.beforeEach(async ({ page }) => {
67
await page.goto('/join');
0 commit comments