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

Feature/issue3466 #3483

Merged
merged 10 commits into from
Mar 23, 2025
Prev Previous commit
Next Next commit
Fixing functional test that started failing #3476
  • Loading branch information
chrisala committed Mar 13, 2025
commit c548c176a2c7539e59b2d50e190d0ceee7b533a6
Original file line number Diff line number Diff line change
@@ -201,7 +201,7 @@ class StubbedCasSpec extends FieldcaptureFunctionalTest {
private String loggedInUser = null

def login(Map userDetails, Browser browser) {
if (loggedInUser && loggedInUser != userDetails.userId) {
if (loggedInUser != userDetails.userId) {
logout(browser)
}
oidcLogin(userDetails, browser)
Loading
Oops, something went wrong.