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 5422f20 commit f187855Copy full SHA for f187855
rb/spec/integration/selenium/webdriver/driver_spec.rb
@@ -197,7 +197,7 @@ module WebDriver
197
driver.navigate.to url_for('relative_locators.html')
198
199
near = driver.find_elements(relative: {tag_name: 'td', near: {id: 'right'}})
200
- expect(near.map { |e| e.attribute('id') }).to eq(%w[topRight bottomRigh center top bottom])
+ expect(near.map { |e| e.attribute('id') }).to eq(%w[topRight bottomRight center top bottom])
201
end
202
203
it 'finds near another within custom distance', except: {browser: %i[safari safari_preview]} do
0 commit comments