chore: add multiple references for tests

This commit is contained in:
Anastasiya Semenkevich 2024-01-10 17:06:47 +03:00 committed by Anastasiya
parent 0cdadf063e
commit 7b1e303156
1 changed files with 2 additions and 1 deletions

View File

@ -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):