add missing type for test method
This commit is contained in:
parent
123ee25626
commit
bfef63081b
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ export default class CreateLdapProviderPage {
|
|||
return this;
|
||||
}
|
||||
|
||||
clickProviderCard(cardName) {
|
||||
clickProviderCard(cardName: string) {
|
||||
cy.get('[data-testid="keycloak-card-title"]').contains(cardName).click();
|
||||
cy.wait(1000);
|
||||
return this;
|
||||
|
|
Loading…
Reference in a new issue