Skip to content

Commit

Permalink
Added comment to tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
can-angun committed Oct 4, 2024
1 parent 95df66a commit 7aec8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui-tests/cypress/lib/dashboard/crashes/crashes.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const verifyStaticElementsOfCrashStatisticsPage = () => {
cy.verifyElement({
labelElement: crashPageElements.PAGE_TITLE,
labelText: "Crash Statistics",
//tooltipElement: crashesPageElements.PAGE_TITLE_TOOLTIP, TO DO
//tooltipElement: crashesPageElements.PAGE_TITLE_TOOLTIP, TODO: Can not find the tooltip element
//tooltipText: "An overview of the statistics of all crashes, as well as a graphic representation of selected crash metrics, in a selected time period."
});

Expand Down

0 comments on commit 7aec8fe

Please sign in to comment.