mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-17 01:51:24 +00:00
4 lines
152 B
Python
4 lines
152 B
Python
|
|
@Then("the Secure Your Seed Phrase Banner is not displayed")
|
|
def step(context):
|
|
StatusMainScreen().is_secure_your_seed_phrase_banner_visible(False) |