-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2604 from NationalSecurityAgency/t#2490/cypress_t…
…ests T#2490/cypress tests
- Loading branch information
Showing
9 changed files
with
75 additions
and
62 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -200,7 +200,7 @@ describe('Error Pages Tests', () => { | |
.contains('Badge [fake] doesn\'t exist'); | ||
}); | ||
|
||
it.skip('Global Badge Not Found', () => { | ||
it('Global Badge Not Found', () => { | ||
const supervisorUser = '[email protected]'; | ||
cy.register(supervisorUser, 'password'); | ||
cy.login('[email protected]', 'password'); | ||
|
@@ -222,7 +222,7 @@ describe('Error Pages Tests', () => { | |
.contains('GlobalBadge [fake] doesn\'t exist.'); | ||
}); | ||
|
||
it.skip('Global Badge Not Authorized', () => { | ||
it('Global Badge Not Authorized', () => { | ||
const supervisorUser = '[email protected]'; | ||
cy.register(supervisorUser, 'password'); | ||
cy.login('[email protected]', 'password'); | ||
|
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
Oops, something went wrong.