Skip to content

Commit f187855

Browse files
committed
Fix typo
1 parent 5422f20 commit f187855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rb/spec/integration/selenium/webdriver/driver_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ module WebDriver
197197
driver.navigate.to url_for('relative_locators.html')
198198

199199
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])
200+
expect(near.map { |e| e.attribute('id') }).to eq(%w[topRight bottomRight center top bottom])
201201
end
202202

203203
it 'finds near another within custom distance', except: {browser: %i[safari safari_preview]} do

0 commit comments

Comments
 (0)