chore: fix references for test cases in test rail (remove experimental stuff)
This commit is contained in:
parent
7589b94501
commit
6e9365b253
|
@ -23,7 +23,7 @@ pytestmark = marks
|
||||||
''.join(random.choices(string.ascii_letters, k=24)),
|
''.join(random.choices(string.ascii_letters, k=24)),
|
||||||
'0x8397bc3c5a60a1883174f722403d63a8833312b7')
|
'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):
|
def test_wallet_settings_add_saved_address(main_screen: MainWindow, address: str, name: str):
|
||||||
with (step('Open wallet settings - Saved addresses section')):
|
with (step('Open wallet settings - Saved addresses section')):
|
||||||
settings_saved_addresses = \
|
settings_saved_addresses = \
|
||||||
|
|
|
@ -10,9 +10,7 @@ pytestmark = marks
|
||||||
|
|
||||||
@pytest.mark.critical
|
@pytest.mark.critical
|
||||||
@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!
|
@pytest.mark.case(703010)
|
||||||
@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.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):
|
||||||
|
|
Loading…
Reference in New Issue