Skip to content
Snippets Groups Projects
Verified Commit 3c5bb119 authored by Mark's avatar Mark
Browse files

Fix behavior test

parent c144f0ac
No related branches found
No related tags found
1 merge request!2Login and logout
......@@ -16,5 +16,5 @@ Scenario: Login with a valid user
When I enter the "email" in the inputfield "input#email"
And I enter the "password" in the inputfield "input#password"
And I click on the button "input#submit"
And I wait on element "input#password" for 1000ms to not exist
Then I expect that element "input#email" does not exist
Then I wait on element "input#password" for 1000ms to not exist
And I expect that element "input#email" does not exist
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment