Skip to content

Commit 7a2d724

Browse files
committed
Temporary disable axe.
1 parent 0b64e70 commit 7a2d724

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/protractor.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const config = {
1919
},
2020

2121
plugins: [
22-
{
22+
/*{
2323
// Runs the axe-core accessibility checks each time the e2e page changes and
2424
// Angular is ready.
2525
path: '../tools/axe-protractor/axe-protractor.js',
@@ -28,7 +28,7 @@ const config = {
2828
// Exclude md-menu elements because those are empty if not active.
2929
{ id: 'aria-required-children', selector: '*:not(md-menu)' },
3030
]
31-
}
31+
}*/
3232
]
3333
};
3434

0 commit comments

Comments
 (0)