Skip to content

Commit

Permalink
Correct firefox args; Bump version (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyBelym authored and AlexanderMoskovkin committed Nov 30, 2016
1 parent ee2b5d9 commit 0401f4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testcafe-browser-tools",
"version": "1.1.4",
"version": "1.1.5",
"description": "An utility library for performing platform-dependent actions on browsers.",
"homepage": "https://github.com/DevExpress/testcafe-browser-tools",
"bugs": "https://github.com/DevExpress/testcafe-browser-tools/issues",
Expand Down
2 changes: 1 addition & 1 deletion src/aliases.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const ALIASES = {

'firefox': {
nameRe: /firefox|mozilla/i,
cmd: `-new-window -override ${path.join(__dirname, '../data/override.ini')}`,
cmd: `-override ${path.join(__dirname, '../data/override.ini')} -new-window`,
macOpenCmdTemplate: 'open -a "{{{path}}}" {{{pageUrl}}} --args {{{cmd}}}',
linuxBinaries: ['firefox']
},
Expand Down

0 comments on commit 0401f4b

Please sign in to comment.