Skip to content

Commit

Permalink
adds assertion in teams test
Browse files Browse the repository at this point in the history
  • Loading branch information
vishsanghishetty committed Aug 14, 2024
1 parent 118dff7 commit 3d41129
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress/e2e/hub/hub-ee-access.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,12 @@ describe.skip('Execution Environment User Access tab', () => {
cy.selectTableRowByCheckbox('name', hubTeam.name, {
disableFilter: true,
});
cy.contains('galaxy.execution_environment_publisher').should('be.visible');
removeRoleFromListRow('galaxy.execution_environment_publisher');
cy.selectTableRowByCheckbox('name', hubTeam.name, {
disableFilter: true,
});
cy.contains('galaxy.execution_environment_namespace_owner').should('be.visible');
removeRoleFromListRow('galaxy.execution_environment_namespace_owner');
cy.deleteHubTeam(hubTeam, { failOnStatusCode: false });
});
Expand Down

0 comments on commit 3d41129

Please sign in to comment.