Advertisement
Guest User

Untitled

a guest
Dec 15th, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.07 KB | None | 0 0
  1. Pending: (Failures listed here are expected and do not affect your suite's status)
  2.  
  3. 1) Parent Search Basic keyword search by city
  4. # skip until search by city works again
  5. # ./spec/requests/admin/parents/parent_search_spec.rb:68
  6.  
  7. 2) Parent Search Advanced search by keyword city
  8. # skip until search by city works again
  9. # ./spec/requests/admin/parents/parent_search_spec.rb:88
  10.  
  11. 3) Parent Show Orders makes adjustment
  12. # Throws DEPRECATION WARNING when confirming adjustment
  13. # ./spec/requests/admin/parents/parent_show_spec.rb:246
  14.  
  15.  
  16. Failures:
  17.  
  18. 1) Coupons edit coupon editing with valid params updates basic information
  19. Failure/Error: expect(page).to have_content request.status.capitalize
  20.  
  21. NoMethodError:
  22. undefined method `status' for #<Coupon:0x007fddccbc4060>
  23. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/activemodel-5.0.6/lib/active_model/attribute_methods.rb:433:in `method_missing'
  24. # ./spec/requests/admin/refund_requests/refund_requests_index_spec.rb:4:in `check_page'
  25. # ./spec/requests/admin/coupons/coupons_edit_spec.rb:60:in `block (5 levels) in <top (required)>'
  26. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/session.rb:339:in `within'
  27. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/dsl.rb:50:in `block (2 levels) in <module:DSL>'
  28. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/rspec/matcher_proxies.rb:14:in `within'
  29. # ./spec/requests/admin/coupons/coupons_edit_spec.rb:59:in `block (4 levels) in <top (required)>'
  30. # ./spec/rails_helper.rb:44:in `block (2 levels) in <top (required)>'
  31. # ./spec/spec_helper.rb:79:in `block (2 levels) in <top (required)>'
  32.  
  33. 2) Coupons edit coupon editing with valid params updates amount and related configuration
  34. Failure/Error: expect(page).to have_content request.status.capitalize
  35.  
  36. NoMethodError:
  37. undefined method `status' for #<Coupon:0x007fddc77551f0>
  38. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/activemodel-5.0.6/lib/active_model/attribute_methods.rb:433:in `method_missing'
  39. # ./spec/requests/admin/refund_requests/refund_requests_index_spec.rb:4:in `check_page'
  40. # ./spec/requests/admin/coupons/coupons_edit_spec.rb:84:in `block (5 levels) in <top (required)>'
  41. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/session.rb:339:in `within'
  42. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/dsl.rb:50:in `block (2 levels) in <module:DSL>'
  43. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/rspec/matcher_proxies.rb:14:in `within'
  44. # ./spec/requests/admin/coupons/coupons_edit_spec.rb:83:in `block (4 levels) in <top (required)>'
  45. # ./spec/rails_helper.rb:44:in `block (2 levels) in <top (required)>'
  46. # ./spec/spec_helper.rb:79:in `block (2 levels) in <top (required)>'
  47.  
  48. 3) Coupons edit coupon codes coupon edit modal can delete a code
  49. Failure/Error: find('#toast-container')
  50.  
  51. Capybara::ElementNotFound:
  52. Unable to find visible css "#toast-container"
  53. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/node/finders.rb:314:in `block in synced_resolve'
  54. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/node/base.rb:85:in `synchronize'
  55. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/node/finders.rb:302:in `synced_resolve'
  56. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/node/finders.rb:37:in `find'
  57. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/session.rb:788:in `block (2 levels) in <class:Session>'
  58. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/dsl.rb:50:in `block (2 levels) in <module:DSL>'
  59. # ./spec/support/feature_helpers.rb:191:in `toastr'
  60. # ./spec/requests/admin/coupons/coupons_edit_spec.rb:113:in `block (4 levels) in <top (required)>'
  61. # ./spec/rails_helper.rb:44:in `block (2 levels) in <top (required)>'
  62. # ./spec/spec_helper.rb:79:in `block (2 levels) in <top (required)>'
  63.  
  64. 4) Coupons List displays the correct information
  65. Failure/Error: expect(page).to have_content request.status.capitalize
  66.  
  67. NoMethodError:
  68. undefined method `status' for #<Coupon:0x007fddc76d5298>
  69. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/activemodel-5.0.6/lib/active_model/attribute_methods.rb:433:in `method_missing'
  70. # ./spec/requests/admin/refund_requests/refund_requests_index_spec.rb:4:in `check_page'
  71. # ./spec/requests/admin/coupons/coupons_index_spec.rb:29:in `block (3 levels) in <top (required)>'
  72. # ./spec/requests/admin/coupons/coupons_index_spec.rb:28:in `each'
  73. # ./spec/requests/admin/coupons/coupons_index_spec.rb:28:in `block (2 levels) in <top (required)>'
  74. # ./spec/rails_helper.rb:44:in `block (2 levels) in <top (required)>'
  75. # ./spec/spec_helper.rb:79:in `block (2 levels) in <top (required)>'
  76.  
  77. 5) Coupons List filters by status
  78. Failure/Error: expect(page).to have_content request.status.capitalize
  79.  
  80. NoMethodError:
  81. undefined method `status' for #<Coupon:0x007fddcb94ecf0>
  82. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/activemodel-5.0.6/lib/active_model/attribute_methods.rb:433:in `method_missing'
  83. # ./spec/requests/admin/refund_requests/refund_requests_index_spec.rb:4:in `check_page'
  84. # ./spec/requests/admin/coupons/coupons_index_spec.rb:51:in `block (3 levels) in <top (required)>'
  85. # ./spec/rails_helper.rb:44:in `block (2 levels) in <top (required)>'
  86. # ./spec/spec_helper.rb:79:in `block (2 levels) in <top (required)>'
  87.  
  88. 6) Coupons List filters by category
  89. Failure/Error: expect(page).to have_content request.status.capitalize
  90.  
  91. NoMethodError:
  92. undefined method `status' for #<Coupon:0x007fddcccbccd8>
  93. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/activemodel-5.0.6/lib/active_model/attribute_methods.rb:433:in `method_missing'
  94. # ./spec/requests/admin/refund_requests/refund_requests_index_spec.rb:4:in `check_page'
  95. # ./spec/requests/admin/coupons/coupons_index_spec.rb:57:in `block (3 levels) in <top (required)>'
  96. # ./spec/rails_helper.rb:44:in `block (2 levels) in <top (required)>'
  97. # ./spec/spec_helper.rb:79:in `block (2 levels) in <top (required)>'
  98.  
  99. 7) Coupons List filters by name
  100. Failure/Error: expect(page).to have_content request.status.capitalize
  101.  
  102. NoMethodError:
  103. undefined method `status' for #<Coupon:0x007fddcb80ce00>
  104. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/activemodel-5.0.6/lib/active_model/attribute_methods.rb:433:in `method_missing'
  105. # ./spec/requests/admin/refund_requests/refund_requests_index_spec.rb:4:in `check_page'
  106. # ./spec/requests/admin/coupons/coupons_index_spec.rb:63:in `block (3 levels) in <top (required)>'
  107. # ./spec/rails_helper.rb:44:in `block (2 levels) in <top (required)>'
  108. # ./spec/spec_helper.rb:79:in `block (2 levels) in <top (required)>'
  109.  
  110. 8) Coupons List filters by code
  111. Failure/Error: expect(page).to have_content request.status.capitalize
  112.  
  113. NoMethodError:
  114. undefined method `status' for #<Coupon:0x007fddcb81ece0>
  115. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/activemodel-5.0.6/lib/active_model/attribute_methods.rb:433:in `method_missing'
  116. # ./spec/requests/admin/refund_requests/refund_requests_index_spec.rb:4:in `check_page'
  117. # ./spec/requests/admin/coupons/coupons_index_spec.rb:70:in `block (3 levels) in <top (required)>'
  118. # ./spec/rails_helper.rb:44:in `block (2 levels) in <top (required)>'
  119. # ./spec/spec_helper.rb:79:in `block (2 levels) in <top (required)>'
  120.  
  121. 9) Course Sessions with sessions editing sessions
  122. Failure/Error: expect(page).to have_content '1337 3rd Street Promenade - 200'
  123. expected to find text "1337 3rd Street Promenade - 200" in "Type Day Date Time Tutor Attended Location Alerts Session 10 Mon 12/18/2017 12:24 - 12:54am —/0 - 200 Class Mon 12/18/2017 1:36 - 2:36am —/0 Online"
  124. # ./spec/requests/admin/courses/course_sessions_spec.rb:87:in `block (5 levels) in <top (required)>'
  125. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/session.rb:339:in `within'
  126. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/dsl.rb:50:in `block (2 levels) in <module:DSL>'
  127. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/rspec/matcher_proxies.rb:14:in `within'
  128. # ./spec/requests/admin/courses/course_sessions_spec.rb:86:in `block (4 levels) in <top (required)>'
  129. # ./spec/rails_helper.rb:44:in `block (2 levels) in <top (required)>'
  130. # ./spec/spec_helper.rb:79:in `block (2 levels) in <top (required)>'
  131.  
  132. 10) Course Sessions with sessions removing sessions
  133. Failure/Error: expect(page).to have_content 'No sessions found.'
  134. expected to find text "No sessions found." in "Success Removed all sessions. Purchase First66 Last66 Minimize Dashboard Call List 0 Advisor Teams Users Courses Reports Shipments Materials Payrolls Refunds Essay Graders Coupons DEPARTMENT-55 Segment-35 Brand-25 Published No Sessions Pricing: $9.99 Preparing for: 2021 - Mar 31 Subject 44 Enrollment cap: 4 Created: 12/15/2017 10:43am Updated: 12/15/2017 10:43am Actions Enroll SHIPMENTS0 Request Materials No shipments to display. No notes. Edit Notes Upcoming 0 All 0 Students 0 Contact No upcoming sessions found. Learn Smarter. Give Feedback All times displayed in PST © 2017 Revolution Prep Report an Issue"
  135. # ./spec/requests/admin/courses/course_sessions_spec.rb:99:in `block (4 levels) in <top (required)>'
  136. # ./spec/rails_helper.rb:44:in `block (2 levels) in <top (required)>'
  137. # ./spec/spec_helper.rb:79:in `block (2 levels) in <top (required)>'
  138.  
  139. 11) Departments Create Add brand creates a new brand
  140. Failure/Error: find('div.angucomplete-row').click
  141.  
  142. Capybara::ElementNotFound:
  143. Unable to find visible css "div.angucomplete-row"
  144. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/node/finders.rb:314:in `block in synced_resolve'
  145. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/node/base.rb:85:in `synchronize'
  146. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/node/finders.rb:302:in `synced_resolve'
  147. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/node/finders.rb:37:in `find'
  148. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/session.rb:788:in `block (2 levels) in <class:Session>'
  149. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/dsl.rb:50:in `block (2 levels) in <module:DSL>'
  150. # ./spec/support/feature_helpers.rb:246:in `fill_autocomplete'
  151. # ./spec/requests/admin/departments/department_create_spec.rb:37:in `block (3 levels) in <top (required)>'
  152. # ./spec/rails_helper.rb:44:in `block (2 levels) in <top (required)>'
  153. # ./spec/spec_helper.rb:79:in `block (2 levels) in <top (required)>'
  154.  
  155. 12) Departments Edit Edit Brand updates brand with input
  156. Failure/Error: find('div.angucomplete-row').click
  157.  
  158. Capybara::ElementNotFound:
  159. Unable to find visible css "div.angucomplete-row"
  160. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/node/finders.rb:314:in `block in synced_resolve'
  161. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/node/base.rb:85:in `synchronize'
  162. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/node/finders.rb:302:in `synced_resolve'
  163. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/node/finders.rb:37:in `find'
  164. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/session.rb:788:in `block (2 levels) in <class:Session>'
  165. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/dsl.rb:50:in `block (2 levels) in <module:DSL>'
  166. # ./spec/support/feature_helpers.rb:246:in `fill_autocomplete'
  167. # ./spec/requests/admin/departments/department_edit_spec.rb:62:in `block (3 levels) in <top (required)>'
  168. # ./spec/rails_helper.rb:44:in `block (2 levels) in <top (required)>'
  169. # ./spec/spec_helper.rb:79:in `block (2 levels) in <top (required)>'
  170.  
  171. 13) Departments Edit Edit Brand deletes brands
  172. Failure/Error: page.driver.browser.switch_to.alert.accept
  173.  
  174. Selenium::WebDriver::Error::NoAlertPresentError:
  175. no alert open
  176. (Session info: chrome=63.0.3239.84)
  177. (Driver info: chromedriver=2.33.506106 (8a06c39c4582fbfbab6966dbb1c38a9173bfb1a2),platform=Mac OS X 10.13.1 x86_64)
  178. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/selenium-webdriver-3.7.0/lib/selenium/webdriver/remote/response.rb:69:in `assert_ok'
  179. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/selenium-webdriver-3.7.0/lib/selenium/webdriver/remote/response.rb:32:in `initialize'
  180. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/selenium-webdriver-3.7.0/lib/selenium/webdriver/remote/http/common.rb:81:in `new'
  181. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/selenium-webdriver-3.7.0/lib/selenium/webdriver/remote/http/common.rb:81:in `create_response'
  182. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/selenium-webdriver-3.7.0/lib/selenium/webdriver/remote/http/default.rb:104:in `request'
  183. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/selenium-webdriver-3.7.0/lib/selenium/webdriver/remote/http/common.rb:59:in `call'
  184. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/selenium-webdriver-3.7.0/lib/selenium/webdriver/remote/bridge.rb:168:in `execute'
  185. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/selenium-webdriver-3.7.0/lib/selenium/webdriver/remote/oss/bridge.rb:579:in `execute'
  186. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/selenium-webdriver-3.7.0/lib/selenium/webdriver/remote/oss/bridge.rb:86:in `alert_text'
  187. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/selenium-webdriver-3.7.0/lib/selenium/webdriver/common/alert.rb:25:in `initialize'
  188. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/selenium-webdriver-3.7.0/lib/selenium/webdriver/common/target_locator.rb:105:in `new'
  189. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/selenium-webdriver-3.7.0/lib/selenium/webdriver/common/target_locator.rb:105:in `alert'
  190. # ./spec/requests/admin/departments/department_edit_spec.rb:79:in `block (3 levels) in <top (required)>'
  191. # ./spec/rails_helper.rb:44:in `block (2 levels) in <top (required)>'
  192. # ./spec/spec_helper.rb:79:in `block (2 levels) in <top (required)>'
  193.  
  194. 14) Refund Request Show processing the refund when processing automatically fails shows option to process manually
  195. Failure/Error: accept_alert
  196.  
  197. Capybara::ModalNotFound:
  198. Unable to find modal dialog
  199. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/selenium/driver.rb:431:in `rescue in find_modal'
  200. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/selenium/driver.rb:424:in `find_modal'
  201. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/selenium/driver.rb:254:in `accept_modal'
  202. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/session.rb:852:in `accept_modal'
  203. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/session.rb:663:in `accept_alert'
  204. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/dsl.rb:50:in `block (2 levels) in <module:DSL>'
  205. # ./spec/requests/admin/refund_requests/refund_requests_show_spec.rb:47:in `block (4 levels) in <top (required)>'
  206. # ./spec/rails_helper.rb:44:in `block (2 levels) in <top (required)>'
  207. # ./spec/spec_helper.rb:79:in `block (2 levels) in <top (required)>'
  208. # ------------------
  209. # --- Caused by: ---
  210. # Selenium::WebDriver::Error::TimeOutError:
  211. # timed out after 3 seconds (no alert open
  212. # (Session info: chrome=63.0.3239.84)
  213. # (Driver info: chromedriver=2.33.506106 (8a06c39c4582fbfbab6966dbb1c38a9173bfb1a2),platform=Mac OS X 10.13.1 x86_64))
  214. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/selenium-webdriver-3.7.0/lib/selenium/webdriver/common/wait.rb:71:in `until'
  215.  
  216. 15) Student Show Contact History Notes can be edited
  217. Failure/Error: fill_in 'notes-' + note.id.to_s, with: 'Hello'
  218.  
  219. Capybara::ElementNotFound:
  220. Unable to find visible field "notes-1" that is not disabled within #<Capybara::Node::Element tag="table" path="/html/body/ui-view/div/div/div/div/div/div[2]/ui-view/contact-histories-list/div[2]/div/table">
  221. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/node/finders.rb:314:in `block in synced_resolve'
  222. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/node/base.rb:85:in `synchronize'
  223. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/node/finders.rb:302:in `synced_resolve'
  224. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/node/finders.rb:37:in `find'
  225. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/node/actions.rb:92:in `fill_in'
  226. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/session.rb:788:in `block (2 levels) in <class:Session>'
  227. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/dsl.rb:50:in `block (2 levels) in <module:DSL>'
  228. # ./spec/requests/admin/students/student_show_spec.rb:324:in `block (6 levels) in <top (required)>'
  229. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/session.rb:339:in `within'
  230. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/dsl.rb:50:in `block (2 levels) in <module:DSL>'
  231. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/rspec/matcher_proxies.rb:14:in `within'
  232. # ./spec/requests/admin/students/student_show_spec.rb:320:in `block (5 levels) in <top (required)>'
  233. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/session.rb:339:in `within'
  234. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/dsl.rb:50:in `block (2 levels) in <module:DSL>'
  235. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/rspec/matcher_proxies.rb:14:in `within'
  236. # ./spec/requests/admin/students/student_show_spec.rb:319:in `block (4 levels) in <top (required)>'
  237. # ./spec/rails_helper.rb:44:in `block (2 levels) in <top (required)>'
  238. # ./spec/spec_helper.rb:79:in `block (2 levels) in <top (required)>'
  239.  
  240. 16) Student Show Contact History Notes can be deleted
  241. Failure/Error: click_button 'Delete'
  242.  
  243. Capybara::ElementNotFound:
  244. Unable to find visible button "Delete" within #<Capybara::Node::Element tag="table" path="/html/body/ui-view/div/div/div/div/div/div[2]/ui-view/contact-histories-list/div[2]/div/table">
  245. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/node/finders.rb:314:in `block in synced_resolve'
  246. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/node/base.rb:85:in `synchronize'
  247. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/node/finders.rb:302:in `synced_resolve'
  248. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/node/finders.rb:37:in `find'
  249. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/node/actions.rb:61:in `click_button'
  250. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/session.rb:788:in `block (2 levels) in <class:Session>'
  251. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/dsl.rb:50:in `block (2 levels) in <module:DSL>'
  252. # ./spec/requests/admin/students/student_show_spec.rb:340:in `block (6 levels) in <top (required)>'
  253. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/session.rb:339:in `within'
  254. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/dsl.rb:50:in `block (2 levels) in <module:DSL>'
  255. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/rspec/matcher_proxies.rb:14:in `within'
  256. # ./spec/requests/admin/students/student_show_spec.rb:336:in `block (5 levels) in <top (required)>'
  257. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/session.rb:339:in `within'
  258. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/dsl.rb:50:in `block (2 levels) in <module:DSL>'
  259. # /Users/allan/.rvm/gems/ruby-2.3.3@orbit5/gems/capybara-2.15.2/lib/capybara/rspec/matcher_proxies.rb:14:in `within'
  260. # ./spec/requests/admin/students/student_show_spec.rb:335:in `block (4 levels) in <top (required)>'
  261. # ./spec/rails_helper.rb:44:in `block (2 levels) in <top (required)>'
  262. # ./spec/spec_helper.rb:79:in `block (2 levels) in <top (required)>'
  263.  
  264. Finished in 26 minutes 21 seconds (files took 12.45 seconds to load)
  265. 263 examples, 16 failures, 3 pending
  266.  
  267. Failed examples:
  268.  
  269. rspec ./spec/requests/admin/coupons/coupons_edit_spec.rb:54 # Coupons edit coupon editing with valid params updates basic information
  270. rspec ./spec/requests/admin/coupons/coupons_edit_spec.rb:73 # Coupons edit coupon editing with valid params updates amount and related configuration
  271. rspec ./spec/requests/admin/coupons/coupons_edit_spec.rb:109 # Coupons edit coupon codes coupon edit modal can delete a code
  272. rspec ./spec/requests/admin/coupons/coupons_index_spec.rb:26 # Coupons List displays the correct information
  273. rspec ./spec/requests/admin/coupons/coupons_index_spec.rb:47 # Coupons List filters by status
  274. rspec ./spec/requests/admin/coupons/coupons_index_spec.rb:54 # Coupons List filters by category
  275. rspec ./spec/requests/admin/coupons/coupons_index_spec.rb:60 # Coupons List filters by name
  276. rspec ./spec/requests/admin/coupons/coupons_index_spec.rb:66 # Coupons List filters by code
  277. rspec ./spec/requests/admin/courses/course_sessions_spec.rb:68 # Course Sessions with sessions editing sessions
  278. rspec ./spec/requests/admin/courses/course_sessions_spec.rb:92 # Course Sessions with sessions removing sessions
  279. rspec ./spec/requests/admin/departments/department_create_spec.rb:29 # Departments Create Add brand creates a new brand
  280. rspec ./spec/requests/admin/departments/department_edit_spec.rb:52 # Departments Edit Edit Brand updates brand with input
  281. rspec ./spec/requests/admin/departments/department_edit_spec.rb:74 # Departments Edit Edit Brand deletes brands
  282. rspec ./spec/requests/admin/refund_requests/refund_requests_show_spec.rb:60 # Refund Request Show processing the refund when processing automatically fails shows option to process manually
  283. rspec ./spec/requests/admin/students/student_show_spec.rb:318 # Student Show Contact History Notes can be edited
  284. rspec ./spec/requests/admin/students/student_show_spec.rb:334 # Student Show Contact History Notes can be deleted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement