mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-5923] remove navigation protractor e2e test (#3541)
This commit is contained in:
@@ -56,7 +56,6 @@ exports.config = {
|
||||
'./e2e/protractor/suites/extensions/**/*test.ts',
|
||||
'./e2e/protractor/suites/info-drawer/**/*test.ts',
|
||||
'./e2e/protractor/suites/list-views/**/*test.ts',
|
||||
'./e2e/protractor/suites/navigation/**/*test.ts',
|
||||
'./e2e/protractor/suites/pagination/**/*test.ts',
|
||||
'./e2e/protractor/suites/search/**/*test.ts',
|
||||
'./e2e/protractor/suites/viewer/**/*test.ts'
|
||||
@@ -77,7 +76,6 @@ exports.config = {
|
||||
extensions: './e2e/protractor/suites/extensions/**/*test.ts',
|
||||
infoDrawer: './e2e/protractor/suites/info-drawer/**/*test.ts',
|
||||
listViews: './e2e/protractor/suites/list-views/**/*test.ts',
|
||||
navigation: './e2e/protractor/suites/navigation/**/*test.ts',
|
||||
pagination: './e2e/protractor/suites/pagination/**/*test.ts',
|
||||
search: './e2e/protractor/suites/search/**/*test.ts',
|
||||
viewer: './e2e/protractor/suites/viewer/**/*test.ts'
|
||||
|
Reference in New Issue
Block a user