Skip to content

Commit 18cb104

Browse files
authored
Add checks for pace running and active states
1 parent fa6f55f commit 18cb104

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)