You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2018/04/06 20:25:22 UTC

[whimsy] branch master updated: update test case to make new discussion item parsing logic

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 e36eb24  update test case to make new discussion item parsing logic
e36eb24 is described below

commit e36eb246f76e72920de646ad2fcc8a09c044e11d
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Fri Apr 6 16:25:06 2018 -0400

    update test case to make new discussion item parsing logic
---
 www/board/agenda/spec/other_views_spec.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/board/agenda/spec/other_views_spec.rb b/www/board/agenda/spec/other_views_spec.rb
index d34e0b3..e225252 100644
--- a/www/board/agenda/spec/other_views_spec.rb
+++ b/www/board/agenda/spec/other_views_spec.rb
@@ -135,8 +135,8 @@ feature 'other reports' do
     expect(page).to have_selector 'em',
       text: "Clarification provided in this month's report."
     expect(page).to have_selector 'a.reviewed[href=Isis]', text: 'Isis'
-    expect(page).to have_selector '.backlink[href="Discussion-Items"]',
-      text: 'Discussion Items'
+    expect(page).to have_selector '.backlink[href="Set-a-date-for-the-Annual-Members-Meeting"]',
+      text: 'Set a date for the Annual Members Meeting'
     expect(page).to have_selector '.nextlink[href="Unfinished-Business"]',
       text: 'Unfinished Business'
     expect(page).to have_selector 'h3', 

-- 
To stop receiving notification emails like this one, please contact
rubys@apache.org.