We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8203a2f commit 8a8e900Copy full SHA for 8a8e900
test/testSelenium.js
@@ -35,16 +35,6 @@
35
function runTest(browser, options) {
36
options = options ? options : {};
37
38
- if (browser.getSeleniumBrowserId() === 'firefox' &&
39
- browser.getVersionNumber() < 47) {
40
- // There are a range of issues with Marionette and notification permission
41
- // acceptance, so tests will only work in 49+
42
- console.log('');
43
- console.warn(chalk.red('Skipping test since version is < 47'));
44
45
- return;
46
- }
47
-
48
if (browser.getSeleniumBrowserId() === 'firefox' &&
49
process.env.TRAVIS === 'true') {
50
console.log('');
0 commit comments