Skip to content

test: tests not skipped on Edge [#1474]

Ursa Kacar requested to merge issue-1474 into next

This MR replaces all occurences of browser.capabilities.browserName == "msedge" with browser.capabilities.browserName == "MicrosoftEdge" in order to skip certain tests on Edge browser.

I have also increased the timeout to 60m after two of the testruns timed out.

Edited by Ursa Kacar

Merge request reports