Skip to content

Commit

Permalink
BDDfire 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Shashikant86 committed Mar 19, 2016
1 parent 0c7cabe commit 6199f17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/bddfire/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module BDDfire
VERSION = '1.9.9'.freeze
VERSION = '2.0.0'.freeze
end
2 changes: 1 addition & 1 deletion pre-defined-steps/headless_steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Noe: these steps will only work with Poltergeist driver for Capybara. Don't use
Then network traffic should contains resource ""
When I request response headers
When I request page "url" with header name "dd" value ""
When I set the cookie name "cookie" with value "ss"
When I set the cookie name "cookie" with value ""
Then I should see the cookie ""
When I removed cookie "cookie"
When I clear all cookies
Expand Down

0 comments on commit 6199f17

Please sign in to comment.