chore: reporting test to 2 different test cases in Testrail

This commit is contained in:
Valentina Novgorodtceva 2024-01-15 16:06:45 +07:00 committed by Valentina1133
parent 6f9b8e5313
commit 1d09ffba48
1 changed files with 1 additions and 2 deletions

View File

@ -12,8 +12,7 @@ pytestmark = marks
@allure.testcase('https://ethstatus.testrail.net/index.php?/cases/view/703010', 'Settings - Sign out & Quit') @allure.testcase('https://ethstatus.testrail.net/index.php?/cases/view/703010', 'Settings - Sign out & Quit')
# TODO: Experimental link for testing multiple references in test rail report by nightly job. Has to be removed! # 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') @allure.testcase('https://ethstatus.testrail.net/index.php?/cases/view/704620', 'Wallet -> Settings -> Saved addresses: Add new saved address')
@pytest.mark.case(703010) @pytest.mark.case(703010, 704620)
@pytest.mark.case(704620)
@pytest.mark.flaky @pytest.mark.flaky
# reason='https://github.com/status-im/status-desktop/issues/13013' # reason='https://github.com/status-im/status-desktop/issues/13013'
def test_sign_out_and_quit(aut, main_screen: MainWindow): def test_sign_out_and_quit(aut, main_screen: MainWindow):