diff --git a/core/modules/views/tests/src/FunctionalJavascript/BlockExposedFilterAJAXTest.php b/core/modules/views/tests/src/FunctionalJavascript/BlockExposedFilterAJAXTest.php index 34a2239d12..e3d6ba0eea 100644 --- a/core/modules/views/tests/src/FunctionalJavascript/BlockExposedFilterAJAXTest.php +++ b/core/modules/views/tests/src/FunctionalJavascript/BlockExposedFilterAJAXTest.php @@ -59,7 +59,6 @@ public function testExposedFilteringAndReset() { // Filter by page type. $this->submitForm(['type' => 'page'], t('Apply')); - $this->assertSession()->assertWaitOnAjaxRequest(); $this->assertSession()->waitForElementRemoved('xpath', "//text()[normalize-space() = 'Article A']"); // Verify that only the page nodes are present.