We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ebebd6 commit e434ba9Copy full SHA for e434ba9
atest/scrolling.robot
@@ -5,7 +5,7 @@ Documentation Verifies that scrolling can trigger testability waits.
5
Suite Setup Local Suite Setup
6
Suite Teardown Internal Suite Teardown
7
Test Template Scrolling Up And Down
8
-Force Tags skipci
+Force Tags skipci,skipheadless
9
Library SeleniumLibrary plugins=${CURDIR}/../src/SeleniumTestability;False;29 seconds;False
10
Library Timer
11
Resource resources.robot
tasks.py
@@ -120,7 +120,7 @@ def test(
120
if coverage:
121
ctx.run("coverage erase")
122
cmd = "python"
123
- extra = ""
+ extra = "--non-critical skipheadless"
124
if xunit:
125
xunit = f"--xunit {xunit}"
126
else:
0 commit comments