chore: add multiple references for tests
This commit is contained in:
parent
0cdadf063e
commit
7b1e303156
|
@ -10,7 +10,8 @@ pytestmark = marks
|
|||
|
||||
@pytest.mark.critical
|
||||
@allure.testcase('https://ethstatus.testrail.net/index.php?/cases/view/703010', 'Settings - Sign out & Quit')
|
||||
@pytest.mark.case(703010)
|
||||
# TODO: Experimental link for testing multiple references in test rail report by nightly job. Has to be removed!
|
||||
@allure.testcase('https://ethstatus.testrail.net/index.php?/cases/view/704620', 'Wallet -> Settings -> Saved addresses: Add new saved address')
|
||||
@pytest.mark.flaky
|
||||
# reason='https://github.com/status-im/status-desktop/issues/13013'
|
||||
def test_sign_out_and_quit(aut, main_screen: MainWindow):
|
||||
|
|
Loading…
Reference in New Issue