Skip to content

Commit 8a8e900

Browse files
committed
Remove unneeded branch (Firefox stable is now 47, so there's nothing to skip)
1 parent 8203a2f commit 8a8e900

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

test/testSelenium.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,6 @@
3535
function runTest(browser, options) {
3636
options = options ? options : {};
3737

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-
console.log('');
45-
return;
46-
}
47-
4838
if (browser.getSeleniumBrowserId() === 'firefox' &&
4939
process.env.TRAVIS === 'true') {
5040
console.log('');

0 commit comments

Comments
 (0)