Skip to content

Commit f53cb6d

Browse files
committed
new screen env var needed for app and user mgmt tests
1 parent b771188 commit f53cb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ pipeline {
113113
steps{
114114
sh 'echo "RUN selenium tests - user account and app management tests"'
115115
sh """
116-
SELENIUM_HEADLESS=true pytest ./apps/integration_tests/selenium_accounts_tests.py::TestUserAndAppMgmt::testAccountAndAppMgmt
116+
SELENIUM_HEADLESS=true USE_NEW_PERM_SCREEN=true pytest ./apps/integration_tests/selenium_accounts_tests.py::TestUserAndAppMgmt::testAccountAndAppMgmt
117117
"""
118118
}
119119
}

0 commit comments

Comments
 (0)