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 69e1a85 commit 71ca31aCopy full SHA for 71ca31a
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[third ninth center second eighth])
+ expect(near.map { |e| e.attribute('id') }).to eq(%w[topRight bottomRigh center top bottom])
201
end
202
203
it 'finds near another within custom distance', except: {browser: %i[safari safari_preview]} do
0 commit comments