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 4005695 commit 8dc8b5eCopy full SHA for 8dc8b5e
rb/spec/integration/selenium/webdriver/action_builder_spec.rb
@@ -38,7 +38,7 @@ module WebDriver
38
expect(driver.find_element(id: 'result').text.strip).to be_empty
39
end
40
41
- it 'sends keys to element', only: {browser: %i[chrome edge]} do
+ it 'sends keys to element', only: {browser: %i[chrome edge firefox]} do
42
driver.navigate.to url_for('formPage.html')
43
44
input = driver.find_element(css: '#working')
0 commit comments