Skip to content

Commit

Permalink
use ChromeHeadless for minimal tests
Browse files Browse the repository at this point in the history
I changed it to Opera in a previous commit and forgot to change it back
  • Loading branch information
James Lees committed Feb 10, 2020
1 parent d9a4cfe commit 45c6783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/config/karma/config.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var objectAssign = require('object-assign-deep');

var browserList;
if (process.env.MINIMAL_INTEGRATION_TESTS) {
browserList = ['Opera'];
browserList = ['ChromeHeadless'];
} else {
browserList = ['ChromeHeadless', 'FirefoxHeadless'];
}
Expand Down

0 comments on commit 45c6783

Please sign in to comment.