From fabd09dcd21a19770a95973f9b35d07d7c585263 Mon Sep 17 00:00:00 2001 From: "Christopher J. Wells" <chris@redfinsolutions.com> Date: Wed, 1 May 2024 12:23:32 -0400 Subject: [PATCH] oops, THIS test does use the regular mock fixture - so should be 19 --- tests/src/FunctionalJavascript/ProjectBrowserUiTestJsonApi.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/FunctionalJavascript/ProjectBrowserUiTestJsonApi.php b/tests/src/FunctionalJavascript/ProjectBrowserUiTestJsonApi.php index d03014e77..bd2649e17 100644 --- a/tests/src/FunctionalJavascript/ProjectBrowserUiTestJsonApi.php +++ b/tests/src/FunctionalJavascript/ProjectBrowserUiTestJsonApi.php @@ -504,7 +504,7 @@ class ProjectBrowserUiTestJsonApi extends WebDriverTestBase { // Verify that only Drupal.org mockapi plugin is enabled. $this->drupalGet('admin/modules/browse'); $this->svelteInitHelper('css', '.pb-filter__categories input[type="checkbox"]'); - $assert_session->elementsCount('css', '.pb-filter__categories input[type="checkbox"]', 54); + $assert_session->elementsCount('css', '.pb-filter__categories input[type="checkbox"]', 19); } } -- GitLab