Skip to content

Commit

Permalink
[ACS-5923] remove navigation protractor e2e test (#3541)
Browse files Browse the repository at this point in the history
  • Loading branch information
akashrathod28 authored Nov 28, 2023
1 parent c086bf2 commit fef55a3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 157 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
fail-fast: false
matrix:
e2e-suites:
- name: "listViews,navigation"
- name: "listViews"
id: 1
- name: "search"
id: 2
Expand Down
154 changes: 0 additions & 154 deletions e2e/protractor/suites/navigation/single-click.test.ts

This file was deleted.

2 changes: 0 additions & 2 deletions protractor.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand Down

0 comments on commit fef55a3

Please sign in to comment.