We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6bd46e commit 9528679Copy full SHA for 9528679
examples/ruby/spec/actions_api/keys_spec.rb
@@ -56,8 +56,7 @@
56
expect(text_field.attribute('value')).to eq 'Selenium!'
57
end
58
59
- it 'copy and paste', except: {browser: :chrome,
60
- reason: 'https://bugs.chromium.org/p/chromedriver/issues/detail?id=4264'} do
+ it 'copy and paste' do
61
driver.get 'https://www.selenium.dev/selenium/web/single_text_input.html'
62
wait.until { driver.find_element(id: 'textInput').attribute('autofocus') }
63
0 commit comments