Skip to content

Commit 6a0e53a

Browse files
CCM-12666: Fix tests
1 parent f79bf0c commit 6a0e53a

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

tests/accessibility/.pa11y-ci.js

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,19 @@ const pa11yConfig = JSON.parse(
5252
readFileSync('./pa11y-fixtures.json', 'utf8')
5353
);
5454

55-
const { users: {
56-
mainUser: {
57-
email,
58-
password,
59-
},
60-
routingUser: {
61-
email: routingEnabledEmail,
62-
password: routingEnabledPassword,
55+
const {
56+
users: {
57+
mainUser: {
58+
email,
59+
password,
60+
},
61+
routingUser: {
62+
email: routingEnabledEmail,
63+
password: routingEnabledPassword,
64+
},
6365
},
6466
templateIds,
65-
}} = pa11yConfig;
67+
} = pa11yConfig;
6668

6769
const baseUrl = 'http://localhost:3000/templates';
6870
const chooseTemplateUrl = `${baseUrl}/choose-a-template-type`;

0 commit comments

Comments
 (0)