Skip to content

Commit

Permalink
Update where to look for the dropdown values in cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewballantyne committed Dec 16, 2024
1 parent b17a818 commit 1176e18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class GroupSettingSection extends Contextual<HTMLElement> {
}

findMultiGroupOptions(name: string) {
return this.find().findByRole('option', { name });
return this.find().document().findByRole('option', { name });
}

private findChipGroup() {
Expand Down

0 comments on commit 1176e18

Please sign in to comment.