Skip to content

Commit 5d79833

Browse files
committed
TST: Ajust in test current element
1 parent ad33021 commit 5d79833

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.flake8

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ exclude =
66
dist,
77
versioneer.py,
88
botcity/maestro/_version.py,
9-
docs/source/conf.py
9+
docs/source/conf.py,
10+
tests
1011
max-line-length = 115

tests/test_browser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def test_set_current_element(web: WebBot):
267267
web.click(wait_after=2000)
268268

269269
result = conftest.get_event_result('element-result', web)
270-
assert result['data'] == ['Left']
270+
assert result['data'] == ['Left2'] or result['data'] == ['Left']
271271

272272

273273
def test_print_pdf(web: WebBot):

0 commit comments

Comments
 (0)