From b06b611cd4f3b45835301cb4fdc2ac9b9997bb0c Mon Sep 17 00:00:00 2001
From: Mark <mark@openappstack.net>
Date: Fri, 5 Feb 2021 12:56:37 +0100
Subject: [PATCH] Remove div that no longer exists in 7.3.5 from xpath

Signed-off-by: Mark <mark@openappstack.net>
---
 test/behave/features/grafana.feature | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/behave/features/grafana.feature b/test/behave/features/grafana.feature
index cd4c0dbe5..418e12e77 100644
--- a/test/behave/features/grafana.feature
+++ b/test/behave/features/grafana.feature
@@ -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 "/"
-- 
GitLab