test: update tests to include silent flag

This commit is contained in:
German Ivanov
2022-09-08 15:43:03 +03:00
parent 11b2342da0
commit 1a3e4c68bb
2 changed files with 4 additions and 2 deletions

View File

@ -14,6 +14,7 @@ generateKeycloakThemeResources({
"extraPages": ["my-custom-page.ftl"],
"extraThemeProperties": ["env=test"],
"isStandalone": true,
"urlPathname": "/keycloakify-demo-app/"
"urlPathname": "/keycloakify-demo-app/",
"isSilent": false
}
});