Skip to content

Commit 5d7f325

Browse files
authored
Merge pull request #20196 from mozilla/passwordless-api-tests
test(functional-tests): add passwordless API functional tests
2 parents 4b3080b + 35dd30a commit 5d7f325

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)