We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0de101 + 07f9a99 commit eaf71a6Copy full SHA for eaf71a6
1 file changed
cypress/e2e/po/components/labeled-select.po.ts
@@ -13,7 +13,7 @@ export default class LabeledSelectPo extends ComponentPo {
13
}
14
15
clickOption(optionIndex: number) {
16
- return this.self().get(`.vs__dropdown-menu .vs__dropdown-option:nth-child(${ optionIndex })`).click();
+ return this.self().get(`.vs__dropdown-menu .vs__dropdown-option:nth-child(${ optionIndex })`).click({ force: true });
17
18
19
clickOptionWithLabel(label: string) {
0 commit comments