Skip to content

Commit 166124c

Browse files
authored
Merge pull request #6801 from Countly/add-check-stats-page-load
Add checks for pace running and active states
2 parents 6eaec0b + 0fb450e commit 166124c

File tree

1 file changed

+3
-1
lines changed
  • ui-tests/cypress/lib/dashboard/manage/sdk

1 file changed

+3
-1
lines changed

ui-tests/cypress/lib/dashboard/manage/sdk/stats.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ const verifyStaticElementsOfPage = () => {
1212
labelText: "SDK stats",
1313
});
1414

15+
cy.checkPaceRunning();
16+
cy.checkPaceActive();
1517
cy.scrollPageToTop();
1618

1719
cy.verifyElement({
@@ -469,4 +471,4 @@ module.exports = {
469471
verifySdkStatsEChart,
470472
verifySDKsDataFromTable,
471473
verifySDKVersionsDataFromTable
472-
};
474+
};

0 commit comments

Comments
 (0)