diff --git a/app/portainer/components/forms/group-form/groupForm.html b/app/portainer/components/forms/group-form/groupForm.html index 7f0e80c56..987650c56 100644 --- a/app/portainer/components/forms/group-form/groupForm.html +++ b/app/portainer/components/forms/group-form/groupForm.html @@ -56,6 +56,7 @@ entry-click="$ctrl.associateEndpoint" pagination-state="$ctrl.state.available" empty-dataset-message="No environment available" + cy-value="available-endpoints" > @@ -74,6 +75,7 @@ pagination-state="$ctrl.state.associated" empty-dataset-message="No associated environment" has-backend-pagination="this.pageType !== 'create'" + cy-value="associated-endpoints" > diff --git a/app/portainer/components/group-association-table/group-association-table.js b/app/portainer/components/group-association-table/group-association-table.js index 380fc08d6..8c8b17a74 100644 --- a/app/portainer/components/group-association-table/group-association-table.js +++ b/app/portainer/components/group-association-table/group-association-table.js @@ -64,5 +64,6 @@ angular.module('portainer.app').component('groupAssociationTable', { groups: '<', showGroups: '<', hasBackendPagination: '<', + cyValue: '@', }, }); diff --git a/app/portainer/components/group-association-table/groupAssociationTable.html b/app/portainer/components/group-association-table/groupAssociationTable.html index d31399412..f4a4f1e59 100644 --- a/app/portainer/components/group-association-table/groupAssociationTable.html +++ b/app/portainer/components/group-association-table/groupAssociationTable.html @@ -1,5 +1,5 @@