Skip to content

Commit bd07412

Browse files
committed
Unify naming in Projects subitems
1 parent ee09ae3 commit bd07412

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

cypress/e2e/documents/list.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ describe('Document List', () => {
4141

4242
beforeEach(() => {
4343
cy.loginAs('admin')
44-
cy.visitApp('/documents')
44+
cy.visitApp('/project-documents')
4545
})
4646

4747
it('default sort', () => {

cypress/e2e/settings/authentication.spec.js

-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ describe('Settings / Authentication', () => {
5050

5151
// Check that admin only items are visible
5252
cy.get('#menu_administration').should('exist')
53-
cy.get('#menu_documents').should('exist')
5453
})
5554

5655
it('registration enabled', () => {

cypress/e2e/user/menu.spec.js

-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ describe('Menu', () => {
55
'knowledge-models',
66
'document-templates',
77
'projects',
8-
'documents',
98
'administration',
109
'profile',
1110
],
@@ -19,7 +18,6 @@ describe('Menu', () => {
1918
'profile',
2019
],
2120
notContains: [
22-
'documents',
2321
'administration',
2422
]
2523
}, {
@@ -31,7 +29,6 @@ describe('Menu', () => {
3129
notContains: [
3230
'knowledge-models',
3331
'document-templates',
34-
'documents',
3532
'administration',
3633
]
3734
}].forEach((roleItems) => {

0 commit comments

Comments
 (0)