diff --git a/app/views/meetings/_form.html.erb b/app/views/meetings/_form.html.erb index 1eeeefe047..95e07e8ed7 100644 --- a/app/views/meetings/_form.html.erb +++ b/app/views/meetings/_form.html.erb @@ -33,7 +33,9 @@ See doc/COPYRIGHT.md for more details.
@@ -45,9 +47,11 @@ See doc/COPYRIGHT.md for more details. no_label: true %> <%= calendar_for('meeting-form-start-date') %> <%= f.text_field :start_time_hour, id: 'meeting-form-start-time', @@ -61,8 +65,10 @@ See doc/COPYRIGHT.md for more details.
diff --git a/features/meetings_show.feature b/features/meetings_show.feature index a51d01dbf0..f1149e837e 100644 --- a/features/meetings_show.feature +++ b/features/meetings_show.feature @@ -140,6 +140,6 @@ Feature: Show meetings When I go to the show page for the meeting called "Bobs Meeting" And I follow "History" within ".meeting_agenda" - And I follow "1" within "table.list" + And I follow "1" within "table" Then I should see "Agenda" within ".meeting_agenda" And I should see "blah" within ".meeting_agenda"