fix test
This commit is contained in:
parent
1894664a6d
commit
cca06048e6
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ export default class ProviderPage {
|
|||
cy.wait(1000);
|
||||
|
||||
cy.get("#kc-providerId").click();
|
||||
cy.get("#kc-providerId + ul").contains(mapperType).click();
|
||||
cy.get("button").contains(mapperType).click();
|
||||
|
||||
cy.get(`[data-testid="ldap-mapper-name"]`).type(`${mapperType}-test`);
|
||||
|
||||
|
|
Loading…
Reference in a new issue