Skip to content

Commit

Permalink
fix cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hakifran committed Oct 1, 2024
1 parent 8568044 commit 688637b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hat/assets/js/cypress/integration/03 - Users/list.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,9 @@ describe('Users', () => {
cy.get('.MuiDialogActions-root').find('button').first().click();
openDialogForUserIndex(2);
cy.get('#user-dialog-tabs').find('button').eq(1).click();
cy.get('#permission-checkbox-iaso_forms').should('be.checked');
cy.get('#check-box-permission-checkbox-iaso_forms').should(
'be.checked',
);
cy.get('#user-dialog-tabs').find('button').eq(2).click();

cy.get('.MuiTreeView-root').should(
Expand Down

0 comments on commit 688637b

Please sign in to comment.