We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2e6468 commit 6e8c043Copy full SHA for 6e8c043
cypress/e2e/features/Login.feature
@@ -2,6 +2,6 @@ Feature: Login
2
Scenario: With Email and Password
3
Given I am on the landing page
4
When I click on the login with email button
5
- When I type in my email address "[email protected]"
6
- When I type in my password "TeamWork#DreamWork"
+ When I type in my email address "username"
+ When I type in my password "password"
7
When I click on the login button
0 commit comments