Skip to content

Commit a3aa19c

Browse files
committed
Fix test for AA less then 2.0.0
1 parent bd048ac commit a3aa19c

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('h3', text: 'Search status:')
55+
expect(page).to have_css('#search_status_sidebar_section')
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)