Skip to content

Commit 1b7dbe2

Browse files
committed
Revert testing with Firefox string_min_version
Source labs does not seem to have the dev version of that Firefox version available, so the extension doesn't load.
1 parent e255382 commit 1b7dbe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nightwatch.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ module.exports = {
4242
firefox: {
4343
desiredCapabilities: {
4444
browserName: 'firefox',
45-
version: firefoxManifest.applications.gecko.strict_min_version,
45+
version: 'dev',
4646
firefox_profile: getFirefoxProfile(),
4747
},
4848
},

0 commit comments

Comments
 (0)