Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
Arbitrarily bypass more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Joseph Ash committed Apr 10, 2014
1 parent a5a7fa5 commit 79f06d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/main.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ var seleniumBugs = {
* the manual event — *only when the curly quotes plugin is enabled.*
* My hypothesis is that it is sent thrice.
*/
curlyQuotes: browserName === 'firefox' && contains(['23', '24', '25'], browserVersion)
curlyQuotes: browserName === 'firefox' && contains(['21', '23', '24', '25', '26'], browserVersion)
}
};

Expand Down

0 comments on commit 79f06d3

Please sign in to comment.