chore: reporting test to 2 different test cases in Testrail
This commit is contained in:
parent
6f9b8e5313
commit
1d09ffba48
|
@ -12,8 +12,7 @@ pytestmark = marks
|
|||
@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!
|
||||
@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(704620)
|
||||
@pytest.mark.case(703010, 704620)
|
||||
@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