Created
November 6, 2012 11:55
-
-
Save iamkristian/4024239 to your computer and use it in GitHub Desktop.
failures
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Failures: | |
1) Appearance Choosing template panel | |
Failure/Error: page.find("div#settings-panel").should_not be_visible | |
expected visible? to return false, got true | |
# ./spec/acceptance/admin/appearance_spec.rb:42:in `block (2 levels) in <top (required)>' | |
2) Appearance Choosing settings panel | |
Failure/Error: page.find("div#template-panel").should_not be_visible | |
expected visible? to return false, got true | |
# ./spec/acceptance/admin/appearance_spec.rb:58:in `block (2 levels) in <top (required)>' | |
3) Managing templates Editing templates | |
Failure/Error: page.should have_content("My very own template!") | |
expected there to be content "My very own template!" in "Appearance Add Jackie Chan | Sign out Mondocam Collapse topics Expand topics" | |
# ./spec/acceptance/admin/template_management_spec.rb:24:in `block (3 levels) in <top (required)>' | |
# ./spec/acceptance/admin/template_management_spec.rb:23:in `block (2 levels) in <top (required)>' | |
4) Managing templates Without a template | |
Failure/Error: find_field("template-body").should have_content(default_template) | |
expected there to be content "<div class=\"container\"> <h1 class=\"help-center-name\"> {{help_center_name}} </h1> <div class=\"search-home\"> {{search_bar}} </div> </div> <div id=\"category-list\" class=\"container clearfix\"> {{topic_toggler}} {{category_list}} </div>" in "" | |
# ./spec/acceptance/admin/template_management_spec.rb:37:in `block (3 levels) in <top (required)>' | |
# ./spec/acceptance/admin/template_management_spec.rb:35:in `block (2 levels) in <top (required)>' | |
5) Managing templates Saving the template panel | |
Failure/Error: page.should have_content("Template was succesfully updated") | |
expected there to be content "Template was succesfully updated" in "TEMPLATE EDITING" | |
# ./spec/acceptance/admin/template_management_spec.rb:55:in `block (3 levels) in <top (required)>' | |
# ./spec/acceptance/admin/template_management_spec.rb:52:in `block (2 levels) in <top (required)>' | |
6) Topic restrictions An authenticated moderator changing the visibility level of a topic | |
Failure/Error: page.should have_checked_field("Internal") | |
expected checked_field "Internal" to return something | |
# ./spec/acceptance/topic_restrictions_spec.rb:173:in `block (3 levels) in <top (required)>' | |
Finished in 1 minute 39.56 seconds | |
727 examples, 6 failures | |
Failed examples: | |
rspec ./spec/acceptance/admin/appearance_spec.rb:31 # Appearance Choosing template panel | |
rspec ./spec/acceptance/admin/appearance_spec.rb:46 # Appearance Choosing settings panel | |
rspec ./spec/acceptance/admin/template_management_spec.rb:8 # Managing templates Editing templates | |
rspec ./spec/acceptance/admin/template_management_spec.rb:28 # Managing templates Without a template | |
rspec ./spec/acceptance/admin/template_management_spec.rb:41 # Managing templates Saving the template panel | |
rspec ./spec/acceptance/topic_restrictions_spec.rb:155 # Topic restrictions An authenticated moderator changing the visibility level of a topic |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment