Skip to content

Commit 4cc1998

Browse files
committed
TST: Implement reruns 3 in test find text
1 parent 2d76a81 commit 4cc1998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_vision.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def test_get_last_element(web: WebBot):
4444
assert ele is not None
4545

4646

47-
@pytest.mark.flaky(reruns=2)
47+
@pytest.mark.flaky(reruns=3)
4848
def test_find_text(web: WebBot):
4949
web.browse(conftest.INDEX_PAGE)
5050
web.set_screen_resolution(3000, 2000)

0 commit comments

Comments
 (0)