Testing with RSpec and Capybara #773
Unanswered
Jordan-Templeman
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone👋! First off I gotta say this library is awesome and solved 99% of the use cases we have, but I was wondering if anyone has any idea on how to test the picker using Rspec and Capybara. Previously I was able to test it like this
find("##{wrapper_id}").click shadow_root = find(:xpath, "//*[@id='#{wrapper_id}']/div[2]/div/div/em-emoji-picker").shadow_root within shadow_root do find('button[aria-label=💩]').click end
but after we updated to version 5.4.0 this started to failBeta Was this translation helpful? Give feedback.
All reactions