You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #499, I disabled latest Edge for unit and UI tests, while keeping some of them on Edge 44 (which is the current latest) and Edge 40 (which is the one used on Windows mobile).
The reason is I needed to disable some UI tests on Edge<=44, but did not find an easy way to know the version of the tested browser, at runtime.
When Microsoft releases the new Edge based on Chromium, we should re-enable latest Edge in .travis.yml (where it starts nightwatch).
It should behave like Chromium, so we will probably not need to disable any tests for it.
The text was updated successfully, but these errors were encountered:
The unit tests were implicitly disabled after
kiwix#499 due to an issue with
the UI tests found on an older Edge version that was the default
"edge" version on SauceLabs in May 2019 (not sure which version
that was, the last pre-Chromium Edge version was 44, which was
passing, so perhaps SauceLabs defaulted to a beta release or
a much older version like 15-18?)
Now that Edge uses Chromium, try re-enabling the unit tests there.
Fixeskiwix#502.
The tests were disabled after #499
due to an issue with the Edge version that was the default "edge" on
SauceLabs in May 2019 (not sure which version that was, the last pre-Chromium
Edge version was 44, which was passing, so perhaps SauceLabs defaulted
to a beta release, or used a much older version like 15-18?)
Now that Edge uses Chromium, try re-enabling the tests.
Fixes#502.
The tests were disabled after #499
due to an issue with the Edge version that was the default "edge" on
SauceLabs in May 2019 (not sure which version that was, the last pre-Chromium
Edge version was 44, which was passing, so perhaps SauceLabs defaulted
to a beta release, or used a much older version like 15-18?)
Now that Edge uses Chromium, try re-enabling the tests.
Fixes#502.
In #499, I disabled latest Edge for unit and UI tests, while keeping some of them on Edge 44 (which is the current latest) and Edge 40 (which is the one used on Windows mobile).
The reason is I needed to disable some UI tests on Edge<=44, but did not find an easy way to know the version of the tested browser, at runtime.
When Microsoft releases the new Edge based on Chromium, we should re-enable latest Edge in .travis.yml (where it starts nightwatch).
It should behave like Chromium, so we will probably not need to disable any tests for it.
The text was updated successfully, but these errors were encountered: