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 3adf8c7 commit 4792c2eCopy full SHA for 4792c2e
rb/spec/integration/selenium/webdriver/shadow_root_spec.rb
@@ -37,8 +37,7 @@ module WebDriver
37
expect { div.shadow_root }.to raise_error(Error::NoSuchShadowRootError)
38
end
39
40
- it 'gets shadow root from script', except: {browser: :firefox,
41
- reason: 'https://github.com/mozilla/geckodriver/issues/2006'} do
+ it 'gets shadow root from script' do
42
shadow_root = custom_element.shadow_root
43
execute_shadow_root = driver.execute_script('return arguments[0].shadowRoot;', custom_element)
44
expect(execute_shadow_root).to eq shadow_root
0 commit comments