Skip to content

Commit

Permalink
Updates fix pxc urls
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumar-vs committed Jan 2, 2025
1 parent 1c9c05a commit 9015b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/qa-integration/pmm_pxc_integration_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Scenario(
await dashboardPage.verifyThereAreNoGraphsWithoutData(5);
}

url = I.buildUrlWithParams(dashboardPage.mysqlPXCGaleraNodeSummaryDashboard.url, { from: 'now-5m', service_name: service });
url = I.buildUrlWithParams(dashboardPage.mysqlPXCGaleraNodeSummaryDashboard.clearUrl, { from: 'now-5m', service_name: service });

I.amOnPage(url);
dashboardPage.waitForDashboardOpened();
Expand Down

0 comments on commit 9015b2f

Please sign in to comment.