This is an automated email from the ASF dual-hosted git repository.
rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 8301429 update test to match current styling
8301429 is described below
commit 83014293b0e2f34524a6632c79200f3760d4b8e7
Author: Sam Ruby <[email protected]>
AuthorDate: Sun Apr 22 15:00:42 2018 -0400
update test to match current styling
---
www/board/agenda/spec/reports_spec.rb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www/board/agenda/spec/reports_spec.rb
b/www/board/agenda/spec/reports_spec.rb
index 1c58870..cc0171a 100644
--- a/www/board/agenda/spec/reports_spec.rb
+++ b/www/board/agenda/spec/reports_spec.rb
@@ -62,8 +62,8 @@ feature 'report' do
text: 'Axis'
# pending comments
- expect(page).to have_selector 'h4#pending', text: 'Pending Comment'
- expect(page).to have_selector 'pre.comment', text: 'jt: Nice report!'
+ expect(page).to have_selector 'h5#pending', text: 'Pending Comment'
+ expect(page).to have_selector 'div.commented pre', text: 'jt: Nice report!'
# hidden forms
expect(page).to have_selector '.modal .modal-dialog .modal-header h4',
--
To stop receiving notification emails like this one, please contact
[email protected].