Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing specific versions of Chrome and Firefox in testConfigBuilder.js #1732

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions test/testConfigBuilder.js
Expand Up @@ -87,10 +87,10 @@ var generalBrowserExcludes = {
"test/aria/pageEngine/utils/HistoryManagerTestCase.js",
"test/aria/utils/css/AnimationsTestCase.js"
],
"Firefox 49": [
"Firefox": [
"test/aria/utils/events/scroll/OnscrollRobotTestCase.js",

// The following tests fail on Firefox 49 because the default action for SHIFT-F10 can no longer be prevented:
// The following tests fail on Firefox >= 49 because the default action for SHIFT-F10 can no longer be prevented:
"test/aria/widgets/wai/dropdown/AutoCompleteDropdownTogglingRobotTestCase.js",
"test/aria/widgets/wai/dropdown/DatePickerDropdownTogglingRobotTestCase.js",
"test/aria/widgets/wai/dropdown/MultiAutoCompleteDropdownTogglingRobotTestCase.js",
Expand All @@ -105,7 +105,7 @@ var generalBrowserExcludes = {
"test/aria/templates/keyboardNavigation/dialog/escape/DialogEscapeSelectRobotTestCase.js",
"test/aria/widgets/form/multiselect/escapeKey/MultiSelectRobotTestCase.js"
],
"Chrome 53": [
"Chrome": [
"test/aria/utils/mouse/MouseDragKoRobotTestCase.js"
],
"Safari": [],
Expand Down