diff --git a/recipes/drupal_cms_starter/tests/src/FunctionalJavaScript/PerformanceTest.php b/recipes/drupal_cms_starter/tests/src/FunctionalJavaScript/PerformanceTest.php index 9d0ba124b5769cb878dbe873967b8d35fab30194..39e0d033baa966ab7e88a9e5cbcb28ba396c61b2 100644 --- a/recipes/drupal_cms_starter/tests/src/FunctionalJavaScript/PerformanceTest.php +++ b/recipes/drupal_cms_starter/tests/src/FunctionalJavaScript/PerformanceTest.php @@ -86,12 +86,12 @@ class PerformanceTest extends PerformanceTestBase { // @todo assert individual queries once Coffee does not result in an // additional AJAX request on every request. // @see https://www.drupal.org/project/coffee/issues/2453585 - $this->assertSame(44, $performance_data->getQueryCount()); - $this->assertSame(188, $performance_data->getCacheGetCount()); + $this->assertSame(11, $performance_data->getQueryCount()); + $this->assertSame(111, $performance_data->getCacheGetCount()); $this->assertSame(0, $performance_data->getCacheSetCount()); $this->assertSame(0, $performance_data->getCacheDeleteCount()); $this->assertSame(0, $performance_data->getCacheTagChecksumCount()); - $this->assertSame(83, $performance_data->getCacheTagIsValidCount()); + $this->assertSame(33, $performance_data->getCacheTagIsValidCount()); $this->assertSame(0, $performance_data->getCacheTagInvalidationCount()); $this->assertSame(3, $performance_data->getStylesheetCount()); $this->assertSame(3, $performance_data->getScriptCount());