Fix compilation of tests (#2890)
This commit is contained in:
parent
68702e45a1
commit
8cbe3f9dab
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ import ModalUtils from "../../../../util/ModalUtils";
|
||||||
|
|
||||||
export default class BindFlowModal extends ModalUtils {
|
export default class BindFlowModal extends ModalUtils {
|
||||||
private bindingType = "#chooseBindingType";
|
private bindingType = "#chooseBindingType";
|
||||||
|
private dropdownSelectToggleItem = ".pf-c-select__menu > li";
|
||||||
|
|
||||||
fill(bindingType: string) {
|
fill(bindingType: string) {
|
||||||
cy.get(this.bindingType).click();
|
cy.get(this.bindingType).click();
|
||||||
|
|
Loading…
Reference in a new issue