Skip to content

Commit

Permalink
Ignore test for partially covered elements for IE
Browse files Browse the repository at this point in the history
IEDriver handles click interception differently since 3.11.0
  • Loading branch information
p0deje committed Mar 14, 2018
1 parent 4fe801a commit 9517a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rb/spec/integration/selenium/webdriver/element_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module WebDriver
.to raise_error(Selenium::WebDriver::Error::UnknownError, error)
end

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
driver.navigate.to url_for('click_tests/overlapping_elements.html')
expect { driver.find_element(id: 'other_contents').click }.not_to raise_error
end
Expand Down

0 comments on commit 9517a40

Please sign in to comment.