Skip to content

Commit 17219fa

Browse files
authored
Update crashes.js
1 parent db3f60c commit 17219fa

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

ui-tests/cypress/lib/dashboard/crashes/crashes.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ const verifyCrashStatisticsEChartElements = ({
563563

564564
cy.verifyElement({
565565
labelElement: crashStatisticsEChartElements.TOTAL_OCCURENCES_CHANGE_VALUE_LABEL,
566-
labelText: "NA",
566+
labelText: "0",
567567
});
568568

569569
cy.verifyElement({
@@ -573,7 +573,7 @@ const verifyCrashStatisticsEChartElements = ({
573573

574574
cy.verifyElement({
575575
labelElement: crashStatisticsEChartElements.TOTAL_OCCURENCES_CHANGE_VALUE_LABEL,
576-
labelText: "NA",
576+
labelText: "0",
577577
});
578578

579579
cy.verifyElement({
@@ -583,22 +583,22 @@ const verifyCrashStatisticsEChartElements = ({
583583

584584
cy.verifyElement({
585585
labelElement: crashStatisticsEChartElements.CRASH_FREE_USERS_NUMBER_LABEL,
586-
labelText: "100.00%",
586+
labelText: "NA",
587587
});
588588

589589
cy.verifyElement({
590590
labelElement: crashStatisticsEChartElements.CRASH_FREE_USERS_CHANGE_VALUE_LABEL,
591-
labelText: "0.0%",
591+
labelText: "NA",
592592
});
593593

594594
cy.verifyElement({
595595
labelElement: crashStatisticsEChartElements.CRASH_FREE_SESSIONS_NUMBER_LABEL,
596-
labelText: "100.00%",
596+
labelText: "NA",
597597
});
598598

599599
cy.verifyElement({
600600
labelElement: crashStatisticsEChartElements.CRASH_FREE_SESSIONS_CHANGE_VALUE_LABEL,
601-
labelText: "0.0%",
601+
labelText: "NA",
602602
});
603603
return;
604604
}
@@ -686,4 +686,4 @@ module.exports = {
686686
verifyCrashGroupsDataFromTable,
687687
verifyCrashStatisticsMetricCard,
688688
verifyCrashStatisticsEChartElements
689-
};
689+
};

0 commit comments

Comments
 (0)