[ACS-5923] remove navigation protractor e2e test (#3541)

This commit is contained in:
Akash Rathod
2023-11-28 10:36:18 +01:00
committed by GitHub
parent c086bf2023
commit fef55a3f73
3 changed files with 1 additions and 157 deletions

View File

@@ -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'