We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3aa19c commit 57e5c63Copy full SHA for 57e5c63
spec/filters_and_edit_form_spec.rb
@@ -52,7 +52,7 @@
52
.find('.xdsoft_timepicker.active .xdsoft_time.xdsoft_current').click
53
54
page.find('#sidebar input[type=submit]').click
55
- expect(page).to have_css('#search_status_sidebar_section')
+ expect(page).to have_css('h4', text: 'Current filters:')
56
57
# should contain Hours:Minutes, as selected before submit
58
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