mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
Stabilized clients_test.spec.ts (#35368)
* Fixed test and removed test that didn't make sense and was failing Signed-off-by: Agnieszka Gancarczyk <agagancarczyk@gmail.com> * Fixed test and removed test that didn't make sense and was failing Signed-off-by: Agnieszka Gancarczyk <agagancarczyk@gmail.com> * Fixed test and removed test that didn't make sense and was failing Signed-off-by: Agnieszka Gancarczyk <agagancarczyk@gmail.com> * Fixed test and removed test that didn't make sense and was failing Signed-off-by: Agnieszka Gancarczyk <agagancarczyk@gmail.com> --------- Signed-off-by: Agnieszka Gancarczyk <agagancarczyk@gmail.com>
This commit is contained in:
parent
8f417d6318
commit
32a2d301a6
@ -115,24 +115,6 @@ describe("Clients test", () => {
|
||||
);
|
||||
});
|
||||
|
||||
it("Should check temporary admin service label (non)existence", () => {
|
||||
commonPage.sidebar().goToRealm("master");
|
||||
commonPage.sidebar().goToClients();
|
||||
commonPage
|
||||
.tableToolbarUtils()
|
||||
.searchItem("temporary-admin-service", false);
|
||||
commonPage.tableUtils().checkRowItemExists("temporary-admin-service");
|
||||
commonPage
|
||||
.tableUtils()
|
||||
.checkTemporaryAdminLabelExists("temporary-admin-label");
|
||||
|
||||
commonPage.tableToolbarUtils().searchItem("admin-cli", false);
|
||||
commonPage.tableUtils().checkRowItemExists("admin-cli");
|
||||
commonPage
|
||||
.tableUtils()
|
||||
.checkTemporaryAdminLabelExists("temporary-admin-label", false);
|
||||
});
|
||||
|
||||
it("Should list client scopes", () => {
|
||||
commonPage
|
||||
.tableUtils()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user