Page MenuHomePhabricator

Bug: browser tests for Safari always time out
Closed, ResolvedPublic

Description

The browser tests on Saucelabs pass on Firefox, Chrome, Edge and IE11 but fail with the below timeout error on Safari.

sauceSafari   
sauceSafari  [Button Test] Test Suite 
sauceSafari  ======================== 
sauceSafari  - Connecting to ondemand.saucelabs.com on port 80... 
sauceSafari  ℹ Connected to ondemand.saucelabs.com on port 80 (7959ms). 
sauceSafari  Using: Safari (13.1) on macOS platform. 
sauceSafari  Results for:  Button is visible 
sauceSafari  ✖ sauceSafari [Button Test] Button is visible (26.832s) 
sauceSafari  TimeoutError: timeout error

This PR already makes some improvements to the sauceSafari config. Please push to it or build on top of it.

Possible culprits of the timeout problem:
https://github.com/nightwatchjs/nightwatch/issues/2385
https://github.com/nightwatchjs/nightwatch/issues/2308