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 4fe801a commit 9517a40Copy full SHA for 9517a40
rb/spec/integration/selenium/webdriver/element_spec.rb
@@ -33,7 +33,7 @@ module WebDriver
33
.to raise_error(Selenium::WebDriver::Error::UnknownError, error)
34
end
35
36
- it 'should not raise if element is only partially covered', only: {browser: %i[ff_esr ie safari]} do
+ it 'should not raise if element is only partially covered', only: {browser: %i[ff_esr safari]} do
37
driver.navigate.to url_for('click_tests/overlapping_elements.html')
38
expect { driver.find_element(id: 'other_contents').click }.not_to raise_error
39
0 commit comments