mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
feat(editor): Add access control and not found entity views (#15860)
This commit is contained in:
committed by
GitHub
parent
24e4be1ece
commit
80a784a50c
@@ -126,8 +126,7 @@ describe('Sharing', { disableAutoLogin: true }, () => {
|
||||
|
||||
cy.visit(workflowW2Url);
|
||||
cy.waitForLoad();
|
||||
cy.wait(1000);
|
||||
cy.get('.el-notification').contains('Could not find workflow').should('be.visible');
|
||||
cy.location('pathname', { timeout: 10000 }).should('eq', '/entity-not-authorized/workflow');
|
||||
});
|
||||
|
||||
it('should have access to W1, W2, as U1', () => {
|
||||
|
||||
Reference in New Issue
Block a user