Skip to content

Commit

Permalink
[tmp]
Browse files Browse the repository at this point in the history
  • Loading branch information
lpascal-ledger committed Mar 14, 2024
1 parent 2b5c94d commit edfa397
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/functional/nbgl/test_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .navigator import CustomNavInsID


@pytest.mark.use_on_firmware("stax")
@pytest.mark.use_on_firmware(["stax", "europa"])
def test_immediate_quit(navigator):
instructions = [
CustomNavInsID.DISCLAIMER_CONFIRM,
Expand Down
6 changes: 3 additions & 3 deletions tests/functional/nbgl/test_passwords.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .navigator import CustomNavInsID


@pytest.mark.use_on_firmware("stax")
@pytest.mark.use_on_firmware(["stax", "europa"])
def test_delete_one_password(navigator, functional_test_directory):
instructions = [
CustomNavInsID.DISCLAIMER_CONFIRM,
Expand All @@ -26,7 +26,7 @@ def test_delete_one_password(navigator, functional_test_directory):
screen_change_before_first_instruction=False)


@pytest.mark.use_on_firmware("stax")
@pytest.mark.use_on_firmware(["stax", "europa"])
def test_delete_all_passwords(navigator, functional_test_directory):
instructions = [
CustomNavInsID.DISCLAIMER_CONFIRM,
Expand All @@ -46,7 +46,7 @@ def test_delete_all_passwords(navigator, functional_test_directory):
screen_change_before_first_instruction=False)


@pytest.mark.use_on_firmware("stax")
@pytest.mark.use_on_firmware(["stax", "europa"])
def test_create_password(navigator, functional_test_directory):
instructions = [
CustomNavInsID.DISCLAIMER_CONFIRM,
Expand Down
Binary file modified tests/functional/snapshots/europa/list_screen_populated.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/functional/snapshots/europa/menu_screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit edfa397

Please sign in to comment.