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.
1 parent 585fc84 commit 228842dCopy full SHA for 228842d
spec/support/javascript_helpers.rb
@@ -14,6 +14,6 @@ def fill_in_editor(locator, with:)
14
15
def fill_in_select2(locator, with:)
16
find(locator).sibling(".select2-container").click
17
- find("li.select2-results__option[role=treeitem]", text: with).click
+ find("li.select2-results__option[role=option]", text: with).click
18
end
19
0 commit comments