moxious / triage

testing triage actions for issues
0 stars 1 forks source link

With Grafana 10.4 not able to click on code button under loki(logs) #396

Open tonypowa opened 3 weeks ago

tonypowa commented 3 weeks ago

With Grafana 10.4 not able to click on code button under loki(logs), even after giving correct locator its not interacting with element through automation script

locator - //label[contains(text(),'Code')]

Screenshot 2024-07-25 104334

Actual Result: java.lang.Exception: Exception:element click intercepted

(same thing was working earlier with previous grafana version - 10.2 but facing issue after post upgrade to 10.4)

Expected Result: It should be navigated with the locator and perform click on given element

Environment: DEV/QA

tonypowa commented 3 weeks ago

This issue is a test copy of an issue in another repo. Original issue: https://github.com/grafana/grafana/issues/#90921

moxious commented 3 weeks ago

Summary: The issue is with Grafana 10.4 where the user is unable to click on the 'code' button under 'loki(logs)' through a Selenium automation script, despite the issue not existing in the earlier version 10.2.

moxious commented 3 weeks ago

Hi @tonypowa, it seems this issue is related to a specific problem with the Loki data source in Grafana. I would recommend sharing this issue in the Grafana Loki repository to ensure the problem is addressed by the team that maintains that part of the software.

moxious commented 3 weeks ago

Elaboration:

Thank you for reporting the issue you've encountered with Grafana 10.4 and the inability to click the code button under Loki (logs) through your automation script. To help us pinpoint the problem and provide a solution, I have a few follow-up questions for you to answer:

Once we have this additional information, we'll be in a better position to further investigate the problem. Thank you for your cooperation!