Skip to content

Commit e434ba9

Browse files
committed
Skip scrolling events on headless. !nocl
1 parent 3ebebd6 commit e434ba9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

atest/scrolling.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Documentation Verifies that scrolling can trigger testability waits.
55
Suite Setup Local Suite Setup
66
Suite Teardown Internal Suite Teardown
77
Test Template Scrolling Up And Down
8-
Force Tags skipci
8+
Force Tags skipci,skipheadless
99
Library SeleniumLibrary plugins=${CURDIR}/../src/SeleniumTestability;False;29 seconds;False
1010
Library Timer
1111
Resource resources.robot

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def test(
120120
if coverage:
121121
ctx.run("coverage erase")
122122
cmd = "python"
123-
extra = ""
123+
extra = "--non-critical skipheadless"
124124
if xunit:
125125
xunit = f"--xunit {xunit}"
126126
else:

0 commit comments

Comments
 (0)