-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* encoded the email portion of URL for profile/`useremail` * implement encoding test replaced email mixed case test with encoding test --------- Co-authored-by: Andie Swift <[email protected]>
- Loading branch information
1 parent
35fbd00
commit 18ceb63
Showing
5 changed files
with
23 additions
and
13 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
12 changes: 0 additions & 12 deletions
12
tests/cypress/cypress/e2e/Profile_View_Mixed_Case_Emails.spec.feature
This file was deleted.
Oops, something went wrong.
15 changes: 15 additions & 0 deletions
15
tests/cypress/cypress/e2e/Profile_View_Remove_Email_From_URL.spec.feature
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Feature: Encode profile urls | ||
Scenario: Verify entering email in profile url shows page not found | ||
Given I am on Login Page | ||
When Clicking on Development Login | ||
When Login with "an Active" "State Submitter" user | ||
Then i am on Dashboard Page | ||
Then navigate to "/profile/[email protected]" | ||
Then verify the dashboard says Sorry, page not found! | ||
Then verify page url contains 'notfound' | ||
Then navigate to "/profile/[email protected]" | ||
Then verify the dashboard says Sorry, page not found! | ||
Then verify page url contains 'notfound' | ||
Then navigate to "/profile/[email protected]" | ||
Then verify the dashboard says Sorry, page not found! | ||
Then verify page url contains 'notfound' |
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