This commit is contained in:
mfrances 2021-06-16 10:16:46 -04:00
parent 1894664a6d
commit cca06048e6

View file

@ -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`);