From af8ed6c06821e9d6bab88e5f5c37e3838cb6c0b4 Mon Sep 17 00:00:00 2001 From: Anastasiya Semenkevich Date: Tue, 28 May 2024 18:16:25 +0300 Subject: [PATCH] chore: add transaction mark for mint owner token test --- test/e2e/tests/communities/test_communities_mint_owner_token.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/tests/communities/test_communities_mint_owner_token.py b/test/e2e/tests/communities/test_communities_mint_owner_token.py index 98de7eaefc..0ec9dbdca4 100644 --- a/test/e2e/tests/communities/test_communities_mint_owner_token.py +++ b/test/e2e/tests/communities/test_communities_mint_owner_token.py @@ -29,6 +29,7 @@ def keys_screen(main_window) -> KeysView: @allure.testcase('https://ethstatus.testrail.net/index.php?/cases/view/727245', 'Mint owner token') @pytest.mark.case(727245) @pytest.mark.parametrize('user_account', [constants.user.user_with_funds]) +@pytest.mark.transaction def test_mint_owner_token(keys_screen, main_window, user_account): with step('Open import seed phrase view and enter seed phrase'): input_view = keys_screen.open_import_seed_phrase_view().open_seed_phrase_input_view()