diff --git a/addons/Dexie.Observable/test/integration/karma.conf.js b/addons/Dexie.Observable/test/integration/karma.conf.js index f430e1b02..239d47196 100644 --- a/addons/Dexie.Observable/test/integration/karma.conf.js +++ b/addons/Dexie.Observable/test/integration/karma.conf.js @@ -8,7 +8,7 @@ module.exports = function (config) { // Safari fails to reply on browserstack. Need to not have it here. // Just complement with old chrome browser that is not part of CI test suite. pre_npm_publish: [ - "remote_chrome", + "Chrome", ] }; diff --git a/addons/Dexie.Observable/test/unit/karma.conf.js b/addons/Dexie.Observable/test/unit/karma.conf.js index 0708a8a54..143c9e329 100644 --- a/addons/Dexie.Observable/test/unit/karma.conf.js +++ b/addons/Dexie.Observable/test/unit/karma.conf.js @@ -8,7 +8,7 @@ module.exports = function (config) { // Safari fails to reply on browserstack. Need to not have it here. // Just complement with old chrome browser that is not part of CI test suite. pre_npm_publish: [ - "remote_chrome", + "Chrome", ] }; diff --git a/addons/Dexie.Syncable/test/integration/karma.conf.js b/addons/Dexie.Syncable/test/integration/karma.conf.js index 14490ad5e..283328a73 100644 --- a/addons/Dexie.Syncable/test/integration/karma.conf.js +++ b/addons/Dexie.Syncable/test/integration/karma.conf.js @@ -8,7 +8,7 @@ module.exports = function (config) { // Safari fails to reply on browserstack. Need to not have it here. // Just complement with old chrome browser that is not part of CI test suite. pre_npm_publish: [ - "remote_chrome", + "Chrome", ] }; diff --git a/addons/Dexie.Syncable/test/unit/karma.conf.js b/addons/Dexie.Syncable/test/unit/karma.conf.js index 876a807a6..51cf248f0 100644 --- a/addons/Dexie.Syncable/test/unit/karma.conf.js +++ b/addons/Dexie.Syncable/test/unit/karma.conf.js @@ -8,7 +8,7 @@ module.exports = function (config) { // Safari fails to reply on browserstack. Need to not have it here. // Just complement with old chrome browser that is not part of CI test suite. pre_npm_publish: [ - "remote_chrome", + "Chrome", ] }; diff --git a/test/integrations/test-dexie-relationships/karma.conf.js b/test/integrations/test-dexie-relationships/karma.conf.js index 91d9e817b..b16260d80 100644 --- a/test/integrations/test-dexie-relationships/karma.conf.js +++ b/test/integrations/test-dexie-relationships/karma.conf.js @@ -6,7 +6,7 @@ module.exports = function (config) { // Be fine with testing on local travis firefox for both pull requests and pushs. ci: ["remote_chrome"], // Be fine with chrome for this particular integration test. - pre_npm_publish: ['remote_chrome'] + pre_npm_publish: ['Chrome'] }; const cfg = getKarmaConfig(browserMatrixOverrides, {