Problem/Motivation

#2527606: Uncaught PHP Exception LogicException when editing Views shows that the Views UI is missing lots of test coverage for AJAX. This is not surprising since we don't have real browser testing in core yet.

Proposed resolution

Either click through testing of the Views UI and open new bug reports for anything found (critical if they're fatal errors).

Or find a way to test the AJAX callbacks more generically than #2527606: Uncaught PHP Exception LogicException when editing Views.

Remaining tasks

User interface changes

API changes

Data model changes

Comments

xjm’s picture

Issue tags: +VDC
jhedstrom’s picture

Version: 8.0.x-dev » 8.1.x-dev

Drupal 8.0.6 was released on April 6 and is the final bugfix release for the Drupal 8.0.x series. Drupal 8.0.x will not receive any further development aside from security fixes. Drupal 8.1.0-rc1 is now available and sites should prepare to update to 8.1.0.

Bug reports should be targeted against the 8.1.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.2.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Lendude’s picture

Status: Active » Closed (outdated)

I think with the introduction of JavaScriptTestBase this is now superseded by #2752931: [meta] Implement Javascript testing for Views and the Views UI.