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

Remove div that no longer exists in 7.3.5 from xpath


Signed-off-by: default avatarMark <mark@openappstack.net>
parent 5c517f95
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,6 @@ Scenario: Login to grafana
Given the element "//input[@name='user']" is visible
When I enter the "grafana" "username" in the inputfield "//input[@name='user']"
And I enter the "grafana" "password" in the inputfield "//input[@name='password']"
And I click on the button "//div[@id='login-view']//button[@aria-label='Login button']"
And I click on the button "//button[@aria-label='Login button']"
Then I wait on element "sidemenu.sidemenu" for 60000ms to be visible
And I expect that the path is "/"
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