We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56acf81 + 166124c commit 7e512b1Copy full SHA for 7e512b1
CHANGELOG.md
@@ -1,6 +1,8 @@
1
## Version 25.03.XX
2
Enterprise Fixes:
3
- [data-manager] Fixed segment data deletion
4
+- [users] Fix add/remove user to profile group
5
+- [users] Remove link to profile group page after removing user from group
6
7
## Version 25.03.23
8
Fixes:
ui-tests/cypress/lib/dashboard/manage/sdk/stats.js
@@ -12,6 +12,8 @@ const verifyStaticElementsOfPage = () => {
12
labelText: "SDK stats",
13
});
14
15
+ cy.checkPaceRunning();
16
+ cy.checkPaceActive();
17
cy.scrollPageToTop();
18
19
cy.verifyElement({
@@ -469,4 +471,4 @@ module.exports = {
469
471
verifySdkStatsEChart,
470
472
verifySDKsDataFromTable,
473
verifySDKVersionsDataFromTable
-};
474
+};
0 commit comments