This is an automated email from the ASF dual-hosted git repository.
zehnder pushed a change to branch fix-permission-management-dashboard
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from 1a6612233a fix: Align UI views with dashboard and data explorer
permissions
add 34459bdbd4 fix: Add e2e test and remove add chart button for none
chart admins
No new revisions were added by this update.
Summary of changes:
.../support/utils/dataExplorer/DataExplorerBtns.ts | 15 +-
.../utils/dataExplorer/DataExplorerUtils.ts | 47 ++++-
.../dataExplorer/addAssetToDashboard.smoke.spec.ts | 2 +-
.../testAddAssetOnResourceCreation.ts | 4 +-
.../userManagement/testUserRoleCharts.spec.ts | 54 ++----
.../userManagement/testUserRoleDashboard.spec.ts | 204 +++++++++++++++++++++
.../dashboard-overview-table.component.html | 5 +-
.../chart-selection/chart-selection.component.html | 20 +-
.../chart-selection/chart-selection.component.ts | 12 +-
9 files changed, 304 insertions(+), 59 deletions(-)
create mode 100644
ui/cypress/tests/userManagement/testUserRoleDashboard.spec.ts