mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
wait for load after changing role type (#35890)
* wait for load after changing role type might stabilize the client test Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com> * changed to wait in the loading spinner to disappear Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com> --------- Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit is contained in:
@@ -68,6 +68,8 @@ export default class RoleMappingTab {
|
||||
cy.findByTestId(this.#filterTypeDropdown).click();
|
||||
cy.findByTestId(option).click();
|
||||
|
||||
cy.get('[role="progressbar"]').should("not.exist");
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user