Skip to content

Commit

Permalink
[rb] guard spec for Firefox secure cookie handling pending mozilla/ge…
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Feb 4, 2021
1 parent 7cae246 commit 30e33a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rb/spec/integration/selenium/webdriver/manager_spec.rb
Expand Up @@ -64,7 +64,8 @@ module WebDriver
expect(driver.manage.cookie_named('security')[:http_only]).to eq true
end

it 'should not show secure when insecure' do
it 'should not add secure when http', except: {browser: :firefox,
reason: 'https://github.com/mozilla/geckodriver/issues/1840'} do
driver.navigate.to url_for('xhtmlTest.html')
driver.manage.add_cookie name: 'security',
value: 'secure',
Expand Down

0 comments on commit 30e33a9

Please sign in to comment.