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 ddc340c commit 154a160Copy full SHA for 154a160
rb/spec/integration/selenium/webdriver/shadow_root_spec.rb
@@ -23,6 +23,7 @@ module Selenium
23
module WebDriver
24
describe ShadowRoot, only: {browser: :chrome} do
25
before { driver.navigate.to url_for('webComponents.html') }
26
+
27
let(:custom_element) { driver.find_element(css: 'custom-checkbox-element') }
28
29
it 'gets shadow root from driver' do
0 commit comments