forked from freeCodeCamp/freeCodeCamp
-
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.
chore(e2e): merge two beforeEach blocks into one (freeCodeCamp#57488)
- Loading branch information
1 parent
2f6f28e
commit c9d70a8
Showing
3 changed files
with
3 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ setup.describe('certifieduser', () => { | |
|
||
setup.describe('developmentuser', () => { | ||
// We need to make sure the development user does not have any cookies from the certified user. | ||
// Ass the certified user now has the default storage state. | ||
// As the certified user now has the default storage state. | ||
setup.use({ storageState: { cookies: [], origins: [] } }); | ||
|
||
// We can only sign in as a single user (one with email: '[email protected]'), so | ||
|
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