Guest User

Untitled

a guest
Feb 21st, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.04 KB | None | 0 0
  1. 1)
  2. 'Performance complaints back end rejecting a performance removes performance entirely, removes complaint from moderation page and audits created for rejection/entry withdrawal when you reject the perf' FAILED
  3. expected: 0,
  4. got: -1 (using ==)
  5. <a href="/projects/code/1c2f/spec/story/010_performance_complaints_spec.rb?line=151#151">./spec/story/010_performance_complaints_spec.rb:151</a>:
  6.  
  7. 2)
  8. 'favourites should be able to favourite a performance and a rejected performance is not in you favourites' FAILED
  9. expected false, got true
  10. <a href="/projects/code/1c2f/spec/story/021_favourites_spec.rb?line=36#36">./spec/story/021_favourites_spec.rb:36</a>:
  11.  
  12. 3)
  13. 'Invitations lists should allow show producer to add performances to an invitation list, invite them, and make them entrants' FAILED
  14. expected: ["Bike", "Rollerblades", "Segways (1)", "Tanks"],
  15. got: [] (using ==)
  16. <a href="/projects/code/1c2f/spec/story/006_invitation_lists_spec.rb?line=50#50">./spec/story/006_invitation_lists_spec.rb:50</a>:
  17.  
  18. 4)
  19. SeleniumCommandError in 'Performance status can be approved and then rejected by a show producer'
  20. ERROR: Element moderation-status not found
  21.  
  22. <a href="/projects/code/1c2f/spec/story/support/selenium.rb?line=178#178">./spec/story/support/selenium.rb:178</a>:in `do_command'
  23. <a href="/projects/code/1c2f/spec/story/support/selenium.rb?line=164#164">./spec/story/support/selenium.rb:164</a>:in `do_command'
  24. <a href="/projects/code/1c2f/spec/story/support/selenium.rb?line=185#185">./spec/story/support/selenium.rb:185</a>:in `get_string'
  25. <a href="/projects/code/1c2f/spec/story/support/selenium.rb?line=979#979">./spec/story/support/selenium.rb:979</a>:in `get_text'
  26. <a href="/projects/code/1c2f/spec/story/pagewrappers/performance_page.rb?line=34#34">./spec/story/pagewrappers/performance_page.rb:34</a>:in `performance_has_been_approved?'
  27. <a href="/projects/code/1c2f/spec/story/007_performance_status_spec.rb?line=51#51">./spec/story/007_performance_status_spec.rb:51</a>:
  28.  
  29. 5)
  30. SeleniumCommandError in 'Performance status should not be found anywhere when performance is rejected, including when it was a invite and entry'
  31. ERROR: Element //table[@id='performances'] not found
  32. <a href="/projects/code/1c2f/spec/story/support/selenium.rb?line=178#178">./spec/story/support/selenium.rb:178</a>:in `do_command'
  33. <a href="/projects/code/1c2f/spec/story/support/selenium.rb?line=164#164">./spec/story/support/selenium.rb:164</a>:in `do_command'
  34. <a href="/projects/code/1c2f/spec/story/support/selenium.rb?line=185#185">./spec/story/support/selenium.rb:185</a>:in `get_string'
  35.  
  36. <a href="/projects/code/1c2f/spec/story/support/selenium.rb?line=979#979">./spec/story/support/selenium.rb:979</a>:in `get_text'
  37. <a href="/projects/code/1c2f/spec/story/pagewrappers/performances_list_page.rb?line=74#74">./spec/story/pagewrappers/performances_list_page.rb:74</a>:in `performances_listed'
  38. <a href="/projects/code/1c2f/spec/story/007_performance_status_spec.rb?line=76#76">./spec/story/007_performance_status_spec.rb:76</a>:
  39.  
  40. 6)
  41. SeleniumCommandError in 'Performance status should not be found in any competitions when performance in multiple competitions is rejected, '
  42. ERROR: Element //table[@id='performances'] not found
  43. <a href="/projects/code/1c2f/spec/story/support/selenium.rb?line=178#178">./spec/story/support/selenium.rb:178</a>:in `do_command'
  44. <a href="/projects/code/1c2f/spec/story/support/selenium.rb?line=164#164">./spec/story/support/selenium.rb:164</a>:in `do_command'
  45. <a href="/projects/code/1c2f/spec/story/support/selenium.rb?line=185#185">./spec/story/support/selenium.rb:185</a>:in `get_string'
  46. <a href="/projects/code/1c2f/spec/story/support/selenium.rb?line=979#979">./spec/story/support/selenium.rb:979</a>:in `get_text'
  47. <a href="/projects/code/1c2f/spec/story/pagewrappers/performances_list_page.rb?line=74#74">./spec/story/pagewrappers/performances_list_page.rb:74</a>:in `performances_listed'
  48. <a href="/projects/code/1c2f/spec/story/007_performance_status_spec.rb?line=113#113">./spec/story/007_performance_status_spec.rb:113</a>:
  49.  
  50. 7)
  51. SeleniumCommandError in 'Performance status performance can become an editors pick'
  52. ERROR: Element css=input[value='Pick'] not found
  53.  
  54. <a href="/projects/code/1c2f/spec/story/support/selenium.rb?line=178#178">./spec/story/support/selenium.rb:178</a>:in `do_command'
  55. <a href="/projects/code/1c2f/spec/story/support/selenium.rb?line=164#164">./spec/story/support/selenium.rb:164</a>:in `do_command'
  56. <a href="/projects/code/1c2f/spec/story/support/selenium.rb?line=266#266">./spec/story/support/selenium.rb:266</a>:in `click'
  57. <a href="/projects/code/1c2f/spec/story/support/selenium.rb?line=271#271">./spec/story/support/selenium.rb:271</a>:in `click_and_wait'
  58. <a href="/projects/code/1c2f/spec/story/pagewrappers/performance_page.rb?line=16#16">./spec/story/pagewrappers/performance_page.rb:16</a>:in `click_editors_pick'
  59. <a href="/projects/code/1c2f/spec/story/007_performance_status_spec.rb?line=143#143">./spec/story/007_performance_status_spec.rb:143</a>:
  60.  
  61. 8)
  62. SeleniumCommandError in 'Performances view page should be accessed via performance title links'
  63. ERROR: Element link=Performance 0 not found
  64. <a href="/projects/code/1c2f/spec/story/support/selenium.rb?line=178#178">./spec/story/support/selenium.rb:178</a>:in `do_command'
  65. <a href="/projects/code/1c2f/spec/story/support/selenium.rb?line=164#164">./spec/story/support/selenium.rb:164</a>:in `do_command'
  66. <a href="/projects/code/1c2f/spec/story/support/selenium.rb?line=266#266">./spec/story/support/selenium.rb:266</a>:in `click'
  67.  
  68. <a href="/projects/code/1c2f/spec/story/support/selenium.rb?line=271#271">./spec/story/support/selenium.rb:271</a>:in `click_and_wait'
  69. <a href="/projects/code/1c2f/spec/story/pagewrappers/invitations_page.rb?line=35#35">./spec/story/pagewrappers/invitations_page.rb:35</a>:in `click_performance_link'
  70. <a href="/projects/code/1c2f/spec/story/004_performances_spec.rb?line=32#32">./spec/story/004_performances_spec.rb:32</a>:
  71.  
  72. 9)
  73. SeleniumCommandError in 'Performances view page should inform the show producer when it has a rateable invite to a competition'
  74. ERROR: Element link=Performance 0 not found
  75. <a href="/projects/code/1c2f/spec/story/support/selenium.rb?line=178#178">./spec/story/support/selenium.rb:178</a>:in `do_command'
  76. <a href="/projects/code/1c2f/spec/story/support/selenium.rb?line=164#164">./spec/story/support/selenium.rb:164</a>:in `do_command'
  77. <a href="/projects/code/1c2f/spec/story/support/selenium.rb?line=266#266">./spec/story/support/selenium.rb:266</a>:in `click'
  78. <a href="/projects/code/1c2f/spec/story/support/selenium.rb?line=271#271">./spec/story/support/selenium.rb:271</a>:in `click_and_wait'
  79. <a href="/projects/code/1c2f/spec/story/pagewrappers/invitations_page.rb?line=35#35">./spec/story/pagewrappers/invitations_page.rb:35</a>:in `click_performance_link'
  80. <a href="/projects/code/1c2f/spec/story/004_performances_spec.rb?line=56#56">./spec/story/004_performances_spec.rb:56</a>:
  81.  
  82. 10)
  83. SeleniumCommandError in 'Performances view page should inform show producer when it has a non rateable issued invite to a competition'
  84. ERROR: Element css=input[value='Issue All Invitations'] not found
  85.  
  86. <a href="/projects/code/1c2f/spec/story/support/selenium.rb?line=178#178">./spec/story/support/selenium.rb:178</a>:in `do_command'
  87. <a href="/projects/code/1c2f/spec/story/support/selenium.rb?line=164#164">./spec/story/support/selenium.rb:164</a>:in `do_command'
  88. <a href="/projects/code/1c2f/spec/story/support/selenium.rb?line=266#266">./spec/story/support/selenium.rb:266</a>:in `click'
  89. <a href="/projects/code/1c2f/spec/story/support/selenium.rb?line=271#271">./spec/story/support/selenium.rb:271</a>:in `click_and_wait'
  90. <a href="/projects/code/1c2f/spec/story/pagewrappers/invitations_page.rb?line=26#26">./spec/story/pagewrappers/invitations_page.rb:26</a>:in `click_issue_all_invitations'
  91. <a href="/projects/code/1c2f/spec/story/004_performances_spec.rb?line=81#81">./spec/story/004_performances_spec.rb:81</a>:
  92.  
  93. 11)
  94. SeleniumCommandError in 'Performances view page should inform show producer when it has multiple invites to competitions and rating status is correct'
  95. ERROR: Element css=input[value='Issue All Invitations'] not found
  96. <a href="/projects/code/1c2f/spec/story/support/selenium.rb?line=178#178">./spec/story/support/selenium.rb:178</a>:in `do_command'
  97. <a href="/projects/code/1c2f/spec/story/support/selenium.rb?line=164#164">./spec/story/support/selenium.rb:164</a>:in `do_command'
  98. <a href="/projects/code/1c2f/spec/story/support/selenium.rb?line=266#266">./spec/story/support/selenium.rb:266</a>:in `click'
  99.  
  100. <a href="/projects/code/1c2f/spec/story/support/selenium.rb?line=271#271">./spec/story/support/selenium.rb:271</a>:in `click_and_wait'
  101. <a href="/projects/code/1c2f/spec/story/pagewrappers/invitations_page.rb?line=26#26">./spec/story/pagewrappers/invitations_page.rb:26</a>:in `click_issue_all_invitations'
  102. <a href="/projects/code/1c2f/spec/story/004_performances_spec.rb?line=120#120">./spec/story/004_performances_spec.rb:120</a>:
  103.  
  104. Finished in 576.438325 seconds
Add Comment
Please, Sign In to add comment