Skip to content
Snippets Groups Projects
Commit fabd09dc authored by Chris Wells's avatar Chris Wells
Browse files

oops, THIS test does use the regular mock fixture - so should be 19

parent 6a4dafce
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment