Skip to content

Commit 6e710d6

Browse files
committed
supply the ENV var needed by selenium test case: USE_NEW_PERM_SCREEN
1 parent 2333f50 commit 6e710d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfiles/Jenkinsfile.cbc-run-multi-pr-checks-w-selenium

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ pipeline {
9999
steps{
100100
sh """
101101
. venv/bin/activate
102-
pytest ./apps/integration_tests/logging_tests.py::TestLoggings::test_auth_fhir_flows_logging
102+
USE_NEW_PERM_SCREEN=true pytest ./apps/integration_tests/logging_tests.py::TestLoggings::test_auth_fhir_flows_logging
103103
"""
104104
}
105105
}
@@ -134,7 +134,7 @@ pipeline {
134134
sh 'echo "RUN selenium tests - testclient based authorization flow tests and data flow tests"'
135135
sh """
136136
. venv/bin/activate
137-
pytest ./apps/integration_tests/selenium_tests.py
137+
USE_NEW_PERM_SCREEN=true pytest ./apps/integration_tests/selenium_tests.py
138138
"""
139139
}
140140
}

0 commit comments

Comments
 (0)