Skip to content

Commit

Permalink
fix #xxx Replacing specific versions of Chrome and Firefox with "latest"
Browse files Browse the repository at this point in the history
This avoids having to update the repository for each new version of those
browsers.
  • Loading branch information
divdavem committed Nov 24, 2016
1 parent 05815ad commit 421b52a
Showing 1 changed file with 3 additions and 3 deletions.
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 latest": [
"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 latest": [
"test/aria/utils/mouse/MouseDragKoRobotTestCase.js"
],
"Safari": [],
Expand Down

0 comments on commit 421b52a

Please sign in to comment.