2022-08-22 11:35:58 +00:00
|
|
|
from screens.StatusWelcomeScreen import StatusWelcomeScreen
|
|
|
|
|
|
|
|
_welcomeScreen = StatusWelcomeScreen()
|
|
|
|
|
2022-11-17 14:06:36 +00:00
|
|
|
@Then("the password strength indicator is \"|any|\"")
|
2022-08-22 11:35:58 +00:00
|
|
|
def step(context, strength):
|
|
|
|
_welcomeScreen.validate_password_strength(strength)
|