feat(editor): Add access control and not found entity views (#15860)

This commit is contained in:
Raúl Gómez Morales
2025-06-13 14:17:05 +02:00
committed by GitHub
parent 24e4be1ece
commit 80a784a50c
9 changed files with 237 additions and 11 deletions

View File

@@ -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', () => {