Fix compilation of tests (#2890)

This commit is contained in:
Jon Koops 2022-06-28 17:25:49 +02:00 committed by GitHub
parent 68702e45a1
commit 8cbe3f9dab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@ import ModalUtils from "../../../../util/ModalUtils";
export default class BindFlowModal extends ModalUtils {
private bindingType = "#chooseBindingType";
private dropdownSelectToggleItem = ".pf-c-select__menu > li";
fill(bindingType: string) {
cy.get(this.bindingType).click();