Skip to content

Commit c5a9cb8

Browse files
committed
TST: Ajust in get element coors
1 parent 71f5540 commit c5a9cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_mouse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def test_get_element_coors(web: WebBot):
234234
web.click_at(x, y)
235235

236236
result = conftest.get_event_result('element-result', web)
237-
results = ['Left2', 'Left', 'mouse-over']
237+
results = [['Left2'], ['Left'], ['mouse-over']]
238238
assert result['data'] in results
239239

240240

0 commit comments

Comments
 (0)