Skip to content

Commit

Permalink
- Update screenshots for screensaver
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinkyaraj-23 committed Feb 28, 2024
1 parent 61ffd8c commit 031d9f3
Show file tree
Hide file tree
Showing 56 changed files with 8 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions test/python/test_instructions.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ def test_sign_preattestation(
snap_path=snap_path / "app_context"
)

tezos_navigator.backend.right_click()
tezos_navigator.check_app_context(
account,
chain_id=main_chain_id,
Expand Down Expand Up @@ -386,6 +387,7 @@ def test_sign_attestation(
snap_path=snap_path / "app_context"
)

tezos_navigator.backend.right_click()
tezos_navigator.check_app_context(
account,
chain_id=main_chain_id,
Expand Down Expand Up @@ -436,6 +438,7 @@ def test_sign_attestation_dal(
snap_path=snap_path / "app_context"
)

tezos_navigator.backend.right_click()
tezos_navigator.check_app_context(
account,
chain_id=main_chain_id,
Expand Down Expand Up @@ -486,6 +489,7 @@ def test_sign_block(
snap_path=snap_path / "app_context"
)

tezos_navigator.backend.right_click()
tezos_navigator.check_app_context(
account,
chain_id=main_chain_id,
Expand Down Expand Up @@ -996,6 +1000,7 @@ def test_sign_when_no_chain_setup(

client.sign_message(account, attestation)

tezos_navigator.backend.right_click()
tezos_navigator.check_app_context(
account,
chain_id=DEFAULT_CHAIN_ID,
Expand All @@ -1011,6 +1016,7 @@ def test_sign_when_no_chain_setup(

client.sign_message(account, attestation)

tezos_navigator.backend.right_click()
tezos_navigator.check_app_context(
account,
chain_id=DEFAULT_CHAIN_ID,
Expand Down Expand Up @@ -1058,6 +1064,7 @@ def test_sign_when_chain_is_setup(

client.sign_message(account, attestation)

tezos_navigator.backend.right_click()
tezos_navigator.check_app_context(
account,
chain_id=main_chain_id,
Expand All @@ -1072,6 +1079,7 @@ def test_sign_when_chain_is_setup(

client.sign_message(account, attestation)

tezos_navigator.backend.right_click()
tezos_navigator.check_app_context(
account,
chain_id=main_chain_id,
Expand Down

0 comments on commit 031d9f3

Please sign in to comment.