status-desktop/test/ui-test/testSuites/suite_settings/shared/steps/steps.py

4 lines
152 B
Python
Raw Normal View History

@Then("the Secure Your Seed Phrase Banner is not displayed")
def step(context):
StatusMainScreen().is_secure_your_seed_phrase_banner_visible(False)