changed application name for firefox to match the commandline executible
This commit is contained in:
@ -209,7 +209,7 @@ module.exports = function (grunt) {
|
||||
var browsers = {
|
||||
safari: 'Safari',
|
||||
chrome: 'Google Chrome',
|
||||
firefox: 'Firefox'
|
||||
firefox: 'firefox'
|
||||
};
|
||||
|
||||
// creates browser_tests:{{browser}} tasks, for the browsers listed directly above
|
||||
|
||||
Reference in New Issue
Block a user