chore: fix references for test cases in test rail (remove experimental stuff)

This commit is contained in:
Anastasiya Semenkevich 2024-01-17 10:21:45 +03:00 committed by Anastasiya
parent a467cbf9f9
commit 2a5684a2f7
2 changed files with 2 additions and 4 deletions

View File

@ -23,7 +23,7 @@ pytestmark = marks
''.join(random.choices(string.ascii_letters, k=24)),
'0x8397bc3c5a60a1883174f722403d63a8833312b7')
])
# @pytest.mark.case(704620) TODO: enable that after i test multiple references
@pytest.mark.case(704620)
def test_wallet_settings_add_saved_address(main_screen: MainWindow, address: str, name: str):
with (step('Open wallet settings - Saved addresses section')):
settings_saved_addresses = \

View File

@ -10,9 +10,7 @@ pytestmark = marks
@pytest.mark.critical
@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, 704620)
@pytest.mark.case(703010)
@pytest.mark.flaky
# reason='https://github.com/status-im/status-desktop/issues/13013'
def test_sign_out_and_quit(aut, main_screen: MainWindow):