Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

temp branch to run the e2e tests on Jenkins. #3244

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/xui-webapp/values.preview.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ nodejs:
SERVICES_CASE_JUDICIAL_API: http://rd-judicial-api-aat.service.core-compute-aat.internal
SERVICES_LOCATION_REF_API_URL: http://rd-location-ref-api-aat.service.core-compute-aat.internal
FEATURE_ACCESS_MANAGEMENT_ENABLED: true
PREVIEW_DEPLOYMENT_ID: exui-preview-deployment-3230
PREVIEW_DEPLOYMENT_ID: exui-preview-deployment-3244
keyVaults:
rpx:
secrets:
Expand Down
4 changes: 3 additions & 1 deletion test/e2e/features/app/globalSearch/searchPage.feature
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
@fullfunctional @ignore
Feature: Global search

# Some dummy comments put in for this test.

Scenario Outline: Search from page "Search"

Scenario Outline: Search from page "Search"
When I navigate to Expert UI Url
Given I am logged into Expert UI with test user identified as "CASEWORKER_GLOBALSEARCH"

Expand Down
2 changes: 2 additions & 0 deletions test/e2e/features/app/workAllocation/workallocation2.feature
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
@fullfunctional @wa2 @demo1
Feature: WA Release 2: : Work allocations My work, All work

# Some dummy comments put in for this test.

Scenario Outline: View tasks, E2E journey of Caseworker-ia-officer user
When I navigate to Expert UI Url
Given I am logged into Expert UI with test user identified as "<useridentifier>"
Expand Down