| 1 date_views.test | public DateViewsTestCase::testDateViews() | 
Test date popup.
File
- core/modules/ date/ tests/ date_views.test, line 79 
- Tests date popup in Views
Class
Code
public function testDateViews() {
  // Go to view page.
  $this->backdropGet('test-date-popup');
  // Ensure the exposed filter is present.
  $this->assertField('field_test_date_popup_value[value][date]');
  $this->assertNoField('field_test_date_popup_value[value][time]');
}
