Guest User

Untitled

a guest
Nov 18th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. 1) the admin's dashboard allows enabling of pending users
  2. Failure/Error: page.should_not have_selector(:xpath, pending_name_selector)
  3. expected xpath "//li[contains(@class,'pending_volunteer')]/a[contains(@class,'name') and contains(text(),'Pending McGee')]" not to return anything
  4. # ./integration/admin/admin_dashboard_spec.rb:49:in `(root)'
  5.  
  6. 2) the admin's outreach campaigns page can create campaign with new list/snapshot
  7. Failure/Error: new_snapshot_people.should_not == orig_snapshot_people
  8. expected not: == "3"
  9. got: "3"
  10. # ./integration/admin/admin_outreach_campaigns_spec.rb:67:in `(root)'
Add Comment
Please, Sign In to add comment