mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-14 00:24:07 -08:00
fix(editor): Fix e2e test
This commit is contained in:
parent
2733a38a44
commit
0abec0d134
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue