Backed out changeset 13e30b1593e6 (bug 1671839) for causing webdriver failures in element_click/navigate.py

CLOSED TREE
This commit is contained in:
Mihai Alexandru Michis 2020-10-19 16:06:57 +03:00
Родитель 4d455be744
Коммит ffa3cd17cd
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -1,4 +1,7 @@
[back.py]
disabled:
if fission: https://bugzilla.mozilla.org/show_bug.cgi?id=1656208
expected:
if (os == "linux") and not debug and webrender: ["OK", "TIMEOUT"]
if (os == "linux") and not debug and not webrender: ["OK", "ERROR", "TIMEOUT"]

Просмотреть файл

@ -1,4 +1,7 @@
[navigate.py]
disabled:
if fission: https://bugzilla.mozilla.org/show_bug.cgi?id=1656208
[test_multi_line_link]
expected:
if debug and (os == "linux") and not webrender: ["PASS", "FAIL"]