Commit graph

17 commits

Author SHA1 Message Date
Erik Jan de Wit
84da777693
initial version of an endpoint (#3095)
* initial version of an endpoint

* added open-api yaml

* changed to list available added mapping to own domain model

* added search and roles endpoint

* use new endpoints

* removed `Representation` suffix and made id role and client mandatory fields

* fixed test
2022-08-20 10:10:36 +02:00
Erik Jan de Wit
9d9e774790
converts attribute names (#3134)
* converts attribute names

fixes: #3092

* revert changes previosly failing test & unskip fixed one

Co-authored-by: Ivan Khomyn <ikhomyn@redhat.com>
2022-08-19 13:57:25 +02:00
ikhomyn
6a881d71b2
Fix failing and flaky tests (#3091) 2022-08-12 12:52:41 +02:00
Erik Jan de Wit
0cb0e4589e
Use Intl for language names (#2966) 2022-07-27 18:10:28 +02:00
Aboullos
e556db69fe
Add clustering nodes tests (#3008) 2022-07-27 17:10:26 +02:00
Erik Jan de Wit
71dd267a59
added flow edit details test (#2950) 2022-07-12 16:29:59 +02:00
Jon Koops
ab23d21626
Skip broken 'assign role' test (#2924) 2022-07-05 14:07:28 +02:00
Erik Jan de Wit
a21a0c8e24
Change public LDAP server for testing (#2921) 2022-07-04 14:25:42 +02:00
Jon Koops
34a4be1268
Skip tests that are failing often (#2919) 2022-07-04 13:13:50 +02:00
Erik Jan de Wit
68702e45a1
Extended the authentication flow tests (#2885) 2022-06-28 14:23:38 +02:00
ikhomyn
c51aa73e71
new group tests (#2789) 2022-06-27 10:47:41 +02:00
Erik Jan de Wit
2d39e2cc4f
Added test for partial import clear button (#2870) 2022-06-24 15:35:02 +02:00
Stan Silvert
c70fa2d5f5
Always Display in Console missing from OIDC clients (#2869)
* Always Display in Console missing from OIDC clients

* Fix flaky test: Realm settings --> Go to login tab

* Make comment more accurate.
2022-06-24 13:31:02 +02:00
Erik Jan de Wit
b3c4bfe6e3
Make all routes lower case (#2863) 2022-06-22 13:35:10 +02:00
Aboullos
64deaa5fb7
Fix error message and update and add tests (#2807)
* Fix user-fed-password-policy-error-message

* Add test for error messages

* Remove only function

* Change switch toggle

* Modify toggle

* Add save action

* Set error messages to constant

* Remove alert and message changes
2022-06-21 14:15:29 +02:00
Erik Jan de Wit
afbbdaaf52
added acr loa map field to realm settings (#2736)
* added acr loa map field to realm settings

fixes: #2668

* changed to use one form per tab, instead of shared

* fixed test
2022-06-15 14:57:39 +02:00
Jon Koops
7c31452921
Upgrade to version 10 of Cypress (#2790) 2022-06-13 12:08:13 +02:00