Skip to content

Instantly share code, notes, and snippets.

@bronzdoc
Created March 13, 2020 16:43
Show Gist options
  • Save bronzdoc/1e2fa5abaa13a0a1344a081cbad8ed77 to your computer and use it in GitHub Desktop.
Save bronzdoc/1e2fa5abaa13a0a1344a081cbad8ed77 to your computer and use it in GitHub Desktop.
As a user
I want to add multiple Goals
And have them displayed as a list
I can add many goals to my profile'
Could not find Firefox binary (os=linux). Make sure Firefox is installed or set the path manually with Selenium::WebDriver::Firefox::Binary.path=
/app/spec/acceptance/support/helpers.rb:28:in `login'
./spec/acceptance/goals_spec.rb:15:
6)
'Progress and Participation:
As a user
I want to update my progress and comment on others
I should be able to answer my group's activated questions for a day' FAILED
expected #has_content?("Leave A Comment") to return true, got false
./spec/acceptance/progress_feature_spec.rb:79:
7)
Test::Unit::AssertionFailedError in 'Goals Text:
As a user
I want to see my existing goals text
So that I can move them into the multiple goals boxes
anyone can see my existing goal text'
<false> is not true.
./spec/acceptance/goals_text_spec.rb:19:
8)
Test::Unit::AssertionFailedError in 'Goals Text:
As a user
I want to see my existing goals text
So that I can move them into the multiple goals boxes
anyone can see my existing goal text on my progress pages'
<false> is not true.
./spec/acceptance/goals_text_spec.rb:26:
9)
Test::Unit::AssertionFailedError in 'Goals Text:
As a user
I want to see my existing goals text
So that I can move them into the multiple goals boxes
Previous goals are removed after updating new goals'
<false> is not true.
./spec/acceptance/goals_text_spec.rb:50:
Finished in 60.97831 seconds
317 examples, 9 failures
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment