2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
// Test that the statistics and query are rendered above the preview.
$this->assertTrue(strpos($this->getRawContent(),'views-query-info')<strpos($this->getRawContent(),'view-test-preview'),'Statistics shown above the preview.');
// Test that statistics and query rendered below the preview.
$this->assertTrue(strpos($this->getRawContent(),'view-test-preview')<strpos($this->getRawContent(),'views-query-info'),'Statistics shown below the preview.');