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

7 lines
239 B
Python
Raw Normal View History

from screens.StatusWelcomeScreen import StatusWelcomeScreen
_welcomeScreen = StatusWelcomeScreen()
@Then("the password strength indicator is \"|any|\"")
def step(context, strength):
_welcomeScreen.validate_password_strength(strength)