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 f79bf0c commit 6a0e53aCopy full SHA for 6a0e53a
tests/accessibility/.pa11y-ci.js
@@ -52,17 +52,19 @@ const pa11yConfig = JSON.parse(
52
readFileSync('./pa11y-fixtures.json', 'utf8')
53
);
54
55
-const { users: {
56
- mainUser: {
57
- email,
58
- password,
59
- },
60
- routingUser: {
61
- email: routingEnabledEmail,
62
- password: routingEnabledPassword,
+const {
+ users: {
+ mainUser: {
+ email,
+ password,
+ },
+ routingUser: {
+ email: routingEnabledEmail,
63
+ password: routingEnabledPassword,
64
65
},
66
templateIds,
-}} = pa11yConfig;
67
+} = pa11yConfig;
68
69
const baseUrl = 'http://localhost:3000/templates';
70
const chooseTemplateUrl = `${baseUrl}/choose-a-template-type`;
0 commit comments