fix(editor): Fix e2e test

This commit is contained in:
Csaba Tuncsik 2024-11-07 15:16:53 +01:00
parent 2733a38a44
commit 0abec0d134
No known key found for this signature in database

View file

@ -754,7 +754,7 @@ describe('Projects', { disableAutoLogin: true }, () => {
ndv.getters.credentialInput().find('input').should('be.enabled');
});
it.only('should handle viewer role', () => {
it('should handle viewer role', () => {
cy.enableFeature('projectRole:viewer');
cy.signinAsOwner();
cy.visit(workflowsPage.url);