mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-28 03:36:11 +01:00
get all cucumber stories running for default profile
This commit is contained in:
parent
1fab30ff22
commit
7a92d3559b
2 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
Then "the badge should show (.*)" do |number|
|
||||
Then /the badge should show (.*)/ do |number|
|
||||
badge = -1
|
||||
response.should have_xpath("//span[@id='badge_count']") do |node|
|
||||
badge = node.first.content.to_i
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue