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 authored and appuk committed Aug 20, 2024
1 parent 7e2f551 commit 17a648d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/e2e/hub/hub-ee-access.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ describe.skip('Execution Environment User Access tab', () => {
cy.selectTableRowByCheckbox('name', hubTeam.name, {
disableFilter: true,
});
cy.contains(role.name).should('be.visible');
removeRoleFromListRow(role.name);
cy.deleteHubTeam(hubTeam, { failOnStatusCode: false });
});
Expand Down

0 comments on commit 17a648d

Please sign in to comment.