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 0f3f82b commit 436a1a4Copy full SHA for 436a1a4
rb/spec/integration/selenium/webdriver/manager_spec.rb
@@ -247,7 +247,6 @@ module WebDriver
247
.to raise_error(ArgumentError, /Cookie name cannot be null or empty/)
248
end
249
250
-
251
it 'deletes all' do
252
driver.manage.add_cookie name: 'foo', value: 'bar'
253
driver.manage.add_cookie name: 'bar', value: 'foo'
0 commit comments