Skip to content

Commit

Permalink
PMM-13276: Fix test name according to zephyr
Browse files Browse the repository at this point in the history
  • Loading branch information
peterSirotnak committed Aug 22, 2024
1 parent f623fce commit 473d187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dockerConfiguration/pmmClientDockerMultiArch_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Before(async ({ I }) => {
await I.Authorize();
});

Scenario('Verify that dashboards contain data @client-docker-multi-arch', async ({ I, dashboardPage, adminPage }) => {
Scenario('PMM-T1923 Verify sanity check on pmm-client docker multi arch image (amd64, arm64) @client-docker-multi-arch', async ({ I, dashboardPage, adminPage }) => {
const url = I.buildUrlWithParams(dashboardPage.mysqlInstanceSummaryDashboard.clearUrl, { from: 'now-5m' });

I.amOnPage(url);
Expand Down

0 comments on commit 473d187

Please sign in to comment.