Loading core/profiles/demo_umami/tests/src/FunctionalJavascript/AssetAggregationAcrossPagesTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ class AssetAggregationAcrossPagesTest extends PerformanceTestBase { public function testFrontAndRecipesPages(): void { $performance_data = $this->doRequests(); $this->assertSame(4, $performance_data->getStylesheetCount()); $this->assertLessThan(80000, $performance_data->getStylesheetBytes()); $this->assertLessThan(82000, $performance_data->getStylesheetBytes()); $this->assertSame(1, $performance_data->getScriptCount()); $this->assertLessThan(12000, $performance_data->getScriptBytes()); } Loading Loading
core/profiles/demo_umami/tests/src/FunctionalJavascript/AssetAggregationAcrossPagesTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ class AssetAggregationAcrossPagesTest extends PerformanceTestBase { public function testFrontAndRecipesPages(): void { $performance_data = $this->doRequests(); $this->assertSame(4, $performance_data->getStylesheetCount()); $this->assertLessThan(80000, $performance_data->getStylesheetBytes()); $this->assertLessThan(82000, $performance_data->getStylesheetBytes()); $this->assertSame(1, $performance_data->getScriptCount()); $this->assertLessThan(12000, $performance_data->getScriptBytes()); } Loading