We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e6b0c9 commit badf313Copy full SHA for badf313
rb/spec/integration/selenium/webdriver/action_builder_spec.rb
@@ -150,7 +150,7 @@ module WebDriver
150
expect(element.attribute(:value)).to eq('DoubleClicked')
151
end
152
153
- it 'context clicks an element', except: {browser: :firefox} do
+ it 'context clicks an element' do
154
driver.navigate.to url_for('javascriptPage.html')
155
element = driver.find_element(id: 'doubleClickField')
156
rb/spec/integration/selenium/webdriver/options_spec.rb
@@ -86,7 +86,7 @@ module WebDriver
86
expect(driver.manage.all_cookies).to be_empty
87
88
89
- it 'should use DateTime for expires', except: {browser: %i[firefox safari]} do
+ it 'should use DateTime for expires', except: {browser: :safari} do
90
driver.navigate.to url_for('xhtmlTest.html')
91
92
expected = DateTime.new(2039)
0 commit comments