Skip to content

Commit 8e75c6c

Browse files
authored
Add pace checks in SDK stats page test - next
1 parent 5ab0bb5 commit 8e75c6c

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)