Skip to content

Commit 8dc8b5e

Browse files
committed
update guards
1 parent 4005695 commit 8dc8b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rb/spec/integration/selenium/webdriver/action_builder_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module WebDriver
3838
expect(driver.find_element(id: 'result').text.strip).to be_empty
3939
end
4040

41-
it 'sends keys to element', only: {browser: %i[chrome edge]} do
41+
it 'sends keys to element', only: {browser: %i[chrome edge firefox]} do
4242
driver.navigate.to url_for('formPage.html')
4343

4444
input = driver.find_element(css: '#working')

0 commit comments

Comments
 (0)