Skip to content

Commit

Permalink
Grafana 11
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed May 16, 2024
1 parent c99f5a4 commit 6a1c1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker/desktop/spa.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default async function(context, commands) {
await commands.measure.start('pageTimingMetrics30Days');
try {
await commands.click.byXpathAndWait(
'/html/body/div[1]/div[1]/div/div[1]/div[2]/div[2]/div[3]/div/div[1]/div/section/div/div[1]/div[1]/div[2]/div[1]/ul/li[11]/label'
'/html/body/div/div[1]/div/header/div[2]/div[2]/div[2]/div[4]/div[1]/div/section/div/div[1]/div[1]/div[2]/div[1]/ul/li[11]/label'
);
await commands.wait.byTime(5000);
} catch (error) {
Expand Down

0 comments on commit 6a1c1b5

Please sign in to comment.