Skip to content

Commit

Permalink
Merge branch 'v3' into PMM-12710-rbac
Browse files Browse the repository at this point in the history
  • Loading branch information
peterSirotnak committed Sep 26, 2024
2 parents aacbb9d + 384e8d0 commit c635542
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/QAN/overview_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,7 @@ Scenario(
},
);

// Test case requires comparing of canvas elements, unless we implement visual testing this test does not make sense.
Scenario.skip(
Scenario(
'PMM-T204 - Verify small and N/A values on sparkline @qan',
async ({ I, queryAnalyticsPage }) => {
const firstCell = queryAnalyticsPage.data.elements.queryValue(0, 1);
Expand All @@ -282,7 +281,7 @@ Scenario.skip(
I.waitForVisible(queryAnalyticsPage.data.elements.tooltipQPSValue, 10);
queryAnalyticsPage.data.changeMetric('Query Time', 'Innodb Queue Wait');
queryAnalyticsPage.waitForLoaded();
I.waitForVisible(secondCell, 10);
I.seeElementInDOM(secondCell, 10);
I.moveCursorTo(secondCell);
I.dontSeeElement(queryAnalyticsPage.data.elements.tooltip);
I.dontSeeElement(queryAnalyticsPage.data.elements.tooltipQPSValue);
Expand Down

0 comments on commit c635542

Please sign in to comment.