-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Vladimir Druzhinin
committed
May 3, 2023
1 parent
839937c
commit 92433d7
Showing
19 changed files
with
217 additions
and
224 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 13 additions & 3 deletions
16
test/ui-test/testSuites/suite_onboarding/shared/steps/steps.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,17 @@ | ||
from screens.StatusWelcomeScreen import StatusWelcomeScreen | ||
from pathlib import Path | ||
import sys | ||
from screens.StatusWelcomeScreen import CreatePasswordView | ||
|
||
_welcome_screen = CreatePasswordView() | ||
|
||
|
||
@When('the user inputs the password \"|any|\"') | ||
def step(context, password): | ||
_welcome_screen.new_password = str(password) | ||
|
||
_welcomeScreen = StatusWelcomeScreen() | ||
|
||
@Then("the password strength indicator is \"|any|\"") | ||
def step(context, strength): | ||
_welcomeScreen.validate_password_strength(strength) | ||
_welcome_screen.is_password_strength_indicator_equal(strength) | ||
|
||
|
10 changes: 0 additions & 10 deletions
10
...-test/testSuites/suite_onboarding/shared/verificationPoints/VP-PWStrength-lower_very_weak
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
...ites/suite_onboarding/shared/verificationPoints/VP-PWStrength-numbers_symbols_lower_so-so
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
...suite_onboarding/shared/verificationPoints/VP-PWStrength-numbers_symbols_lower_upper_good
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
...uite_onboarding/shared/verificationPoints/VP-PWStrength-numbers_symbols_lower_upper_great
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
.../testSuites/suite_onboarding/shared/verificationPoints/VP-PWStrength-numbers_symbols_weak
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
...est/testSuites/suite_onboarding/shared/verificationPoints/VP-PWStrength-numbers_very_weak
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
...est/testSuites/suite_onboarding/shared/verificationPoints/VP-PWStrength-symbols_very_weak
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
...-test/testSuites/suite_onboarding/shared/verificationPoints/VP-PWStrength-upper_very_weak
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.