Skip to content

Commit

Permalink
fix/test #1820 Excluding tests failing in Safari until an investigati…
Browse files Browse the repository at this point in the history
…on is done
  • Loading branch information
divdavem committed Jun 20, 2019
1 parent c457da5 commit d7251ff
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/testConfigBuilder.js
Expand Up @@ -132,6 +132,15 @@ var generalBrowserExcludes = {
"test/aria/utils/mouse/MouseDragKoRobotTestCase.js"
],
"Safari": [
// Currently failing in Safari 12.1.1, an investigation should be done:
"test/aria/utils/HistoryTestCase.js",
"test/aria/pageEngine/utils/HashManagerTestCase.js",
"test/aria/pageEngine/utils/HistoryManagerTestCase.js",
"test/aria/html/textarea/autoselect/AutoselectRobotTestCase.js",
"test/aria/html/textinput/autoselect/AutoselectRobotTestCase.js",
"test/aria/templates/keyboardNavigation/actionWidgets/ActionWidgetsRobotTestCase.js",
"test/aria/widgets/wai/tabs/Group4RobotTestCase.js",
"test/aria/widgets/wai/tabs/Group3RobotTestCase.js",
// Excluded because a <select> in Safari behaves differently (pressing the down arrow key opens the
// dropdown instead of changing the selection):
"test/aria/widgets/form/select/onBlur/SelectOnBlurSimpleRobotTestCase.js"
Expand Down

0 comments on commit d7251ff

Please sign in to comment.