Skip to content

Commit a96d0e6

Browse files
authored
Merge pull request #214 from dcihak/SingleSignOnAddTest_fix
Clear text attribute fixed for the SingleSignOnAddTest.create
2 parents 54d6bf8 + c17d7fb commit a96d0e6

File tree

1 file changed

+1
-1
lines changed
  • tests-configuration-undertow/src/test/java/org/jboss/hal/testsuite/test/configuration/undertow/application/security/domain

1 file changed

+1
-1
lines changed

tests-configuration-undertow/src/test/java/org/jboss/hal/testsuite/test/configuration/undertow/application/security/domain/SingleSignOnAddTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public void create() throws Exception {
8686
page.getSingleSignOnForm(), formFragment -> {
8787
formFragment.text(ApplicationSecurityDomainFixtures.SINGLE_SIGN_ON_KEY_ALIAS, keyAlias);
8888
formFragment.text(ApplicationSecurityDomainFixtures.SINGLE_SIGN_ON_KEY_STORE, KEY_STORE_TO_BE_ADDED);
89-
formFragment.text(ElytronFixtures.CREDENTIAL_REFERENCE_CLEAR_TEXT, clearTextValue);
89+
formFragment.text(ElytronFixtures.CREDENTIAL_REFERENCE + ElytronFixtures.CREDENTIAL_REFERENCE_CLEAR_TEXT, clearTextValue);
9090
}, resourceVerifier -> {
9191
resourceVerifier.verifyAttribute(ApplicationSecurityDomainFixtures.SINGLE_SIGN_ON_KEY_ALIAS, keyAlias);
9292
resourceVerifier.verifyAttribute(ApplicationSecurityDomainFixtures.SINGLE_SIGN_ON_KEY_STORE,

0 commit comments

Comments
 (0)