Skip to content

Commit 4792c2e

Browse files
committed
[rb] Enabling shadow root test in Firefox
1 parent 3adf8c7 commit 4792c2e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rb/spec/integration/selenium/webdriver/shadow_root_spec.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ module WebDriver
3737
expect { div.shadow_root }.to raise_error(Error::NoSuchShadowRootError)
3838
end
3939

40-
it 'gets shadow root from script', except: {browser: :firefox,
41-
reason: 'https://github.com/mozilla/geckodriver/issues/2006'} do
40+
it 'gets shadow root from script' do
4241
shadow_root = custom_element.shadow_root
4342
execute_shadow_root = driver.execute_script('return arguments[0].shadowRoot;', custom_element)
4443
expect(execute_shadow_root).to eq shadow_root

0 commit comments

Comments
 (0)