When I try to work with dropdown or calendar,
get partySizeField() {
return $("#sn-reservationSelectorPartySize");
}
async partySizeValues() {
await this.partySizeField.click();
}
I get an error
Error: Can't call click on element with selector "#sn-reservationSelectorPartySize" because element wasn't found
What is the right way to call dropdown in a modal window?