Skip to content

Commit 57e5c63

Browse files
committed
one mo try
1 parent a3aa19c commit 57e5c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/filters_and_edit_form_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
.find('.xdsoft_timepicker.active .xdsoft_time.xdsoft_current').click
5353

5454
page.find('#sidebar input[type=submit]').click
55-
expect(page).to have_css('#search_status_sidebar_section')
55+
expect(page).to have_css('h4', text: 'Current filters:')
5656

5757
# should contain Hours:Minutes, as selected before submit
5858
expect(page.find('#q_created_at_gteq_datetime').value).to match(/\A\d{4}-\d{2}-\d{2}\s\d{2}:\d{2}\z/)

0 commit comments

Comments
 (0)