From 3a1a00a4af866caa96355c6702bbf805685d0973 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 11 May 2020 10:48:42 +0200 Subject: Fix safari e2e tests --- client/e2e/protractor.conf.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'client/e2e/protractor.conf.js') diff --git a/client/e2e/protractor.conf.js b/client/e2e/protractor.conf.js index 5682de829..0dd1f6ee5 100644 --- a/client/e2e/protractor.conf.js +++ b/client/e2e/protractor.conf.js @@ -18,17 +18,17 @@ exports.config = { }, multiCapabilities: [ - { - browserName: 'Chrome', - name: 'Latest Chrome Desktop', - resolution: '1280x1024' - }, { browserName: 'Safari', version: '11.1', name: 'Safari Desktop', resolution: '1280x1024' }, + { + browserName: 'Chrome', + name: 'Latest Chrome Desktop', + resolution: '1280x1024' + }, { browserName: 'Firefox', version: '60', // ESR, @@ -61,7 +61,7 @@ exports.config = { } ], - // maxSessions: 1, + maxSessions: 1, // BrowserStack compatible ports: https://www.browserstack.com/question/664 baseUrl: 'http://localhost:3333/', framework: 'jasmine', -- cgit v1.2.3