This is an automated email from the ASF dual-hosted git repository.
sebb 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 4ba32515 Try to debug failure
4ba32515 is described below
commit 4ba325156c9f37d3da11da07b7f80a77adcfdf29
Author: Sebb <[email protected]>
AuthorDate: Mon May 15 23:47:31 2023 +0100
Try to debug failure
---
www/board/agenda/spec/secretary_spec.rb | 1 +
1 file changed, 1 insertion(+)
diff --git a/www/board/agenda/spec/secretary_spec.rb
b/www/board/agenda/spec/secretary_spec.rb
index 93c18c2c..9106aeac 100644
--- a/www/board/agenda/spec/secretary_spec.rb
+++ b/www/board/agenda/spec/secretary_spec.rb
@@ -11,6 +11,7 @@ feature 'report' do
it "should allow timestamps to be edited" do
visit '/2015-02-18/Call-to-order'
+ $stderr.puts page.html
expect(page).to have_selector 'button', text: 'edit minutes'
end