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

Remove redirect test case

parent d41573c0
No related branches found
No related tags found
1 merge request!1Create behaviour test for the login page
......@@ -8,11 +8,3 @@ Scenario: Open the login interface
Then I wait on element "input#email" for 1000ms to be visible
And I expect that element "input#password" is visible
And I expect that element "input#submit" is visible
Scenario: Redirect after successful login
Given the element "input#email" is visible
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 the url to not contain "login_challenge" anymore
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