Skip to content

Commit

Permalink
test: add remove user from project
Browse files Browse the repository at this point in the history
  • Loading branch information
danielasubotic committed Dec 15, 2024
1 parent 8428d77 commit 64f1e18
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
describe('link a resource', () => {
it('passes', () => {
// Visit the main page
cy.visit('http://localhost:4200/');
/* ==== Generated with Cypress Studio ==== */
cy.get(':nth-child(3) > .ng-tns-c617788805-4 > [data-cy="navigate-to-project-button"] > [data-cy="tile"] > .project-tile-content > .title > .title-text').click();
cy.get('.mat-mdc-list-item-title > div').click();
cy.get('#collaboration > .mdc-tab__content > .mdc-tab__text-label').click();
cy.get(':nth-child(1) > .table-action > .mat-mdc-menu-trigger > .mat-mdc-button-touch-target').click();
cy.get(':nth-child(4) > .mat-mdc-menu-item-text').click();
cy.get('[data-cy="confirmation-button"] > .mdc-button__label').click();
/* ==== End Cypress Studio ==== */
})
})

0 comments on commit 64f1e18

Please sign in to comment.