Skip to content

Commit 35dd30a

Browse files
committed
test(auth-server): add passwordless API tests and fix flaky email tests
1 parent e8358ee commit 35dd30a

8 files changed

Lines changed: 497 additions & 22 deletions

File tree

packages/functional-tests/tests/cms/cms-2fa.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const ENTRYPOINT_SYNC = 'firefox-cms';
1212
const CLIENTID_SYNC = '5882386c6d801776';
1313

1414
test.describe('severity-1 #smoke', () => {
15+
test.describe.configure({ mode: 'parallel' });
1516
test.describe('CMS customization with 2FA flows', () => {
1617
let config: any;
1718

packages/functional-tests/tests/cms/cms.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const ENTRYPOINT_SYNC = 'firefox-cms';
1212
const CLIENTID_SYNC = '5882386c6d801776';
1313

1414
test.describe('severity-1 #smoke', () => {
15+
test.describe.configure({ mode: 'parallel' });
1516
test.describe('CMS customization', () => {
1617
async function assertCmsCustomization(
1718
page: Page,

0 commit comments

Comments
 (0)