Skip to content

Commit 7727063

Browse files
committed
run address and passman
1 parent 31631ab commit 7727063

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/address_bar_and_search/conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import pytest
22

3+
"""Force rerun"""
4+
35

46
@pytest.fixture()
57
def suite_id():

tests/password_manager/conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
from modules.page_object import AboutLogins
99

10+
"""Force rerun"""
11+
1012

1113
@pytest.fixture()
1214
def suite_id():

0 commit comments

Comments
 (0)