Skip to content

Commit 9517a40

Browse files
committed
Ignore test for partially covered elements for IE
IEDriver handles click interception differently since 3.11.0
1 parent 4fe801a commit 9517a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rb/spec/integration/selenium/webdriver/element_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module WebDriver
3333
.to raise_error(Selenium::WebDriver::Error::UnknownError, error)
3434
end
3535

36-
it 'should not raise if element is only partially covered', only: {browser: %i[ff_esr ie safari]} do
36+
it 'should not raise if element is only partially covered', only: {browser: %i[ff_esr safari]} do
3737
driver.navigate.to url_for('click_tests/overlapping_elements.html')
3838
expect { driver.find_element(id: 'other_contents').click }.not_to raise_error
3939
end

0 commit comments

Comments
 (0)