diff --git a/core/profiles/demo_umami/tests/src/FunctionalJavascript/AssetAggregationAcrossPagesTest.php b/core/profiles/demo_umami/tests/src/FunctionalJavascript/AssetAggregationAcrossPagesTest.php index 1e56dcdd3c15..836a574a1ab4 100644 --- a/core/profiles/demo_umami/tests/src/FunctionalJavascript/AssetAggregationAcrossPagesTest.php +++ b/core/profiles/demo_umami/tests/src/FunctionalJavascript/AssetAggregationAcrossPagesTest.php @@ -41,7 +41,7 @@ class AssetAggregationAcrossPagesTest extends PerformanceTestBase { $this->assertSame(4, $performance_data->getStylesheetCount()); $this->assertSame(94355, $performance_data->getStylesheetBytes()); $this->assertSame(2, $performance_data->getScriptCount()); - $this->assertSame(264166, $performance_data->getScriptBytes()); + $this->assertSame(264702, $performance_data->getScriptBytes()); } /** diff --git a/core/profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryAuthenticatedPerformanceTest.php b/core/profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryAuthenticatedPerformanceTest.php index 9b4686ebefa0..442e11b3e333 100644 --- a/core/profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryAuthenticatedPerformanceTest.php +++ b/core/profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryAuthenticatedPerformanceTest.php @@ -38,7 +38,7 @@ class OpenTelemetryAuthenticatedPerformanceTest extends PerformanceTestBase { $this->assertSame(2, $performance_data->getStylesheetCount()); $this->assertSame(47552, $performance_data->getStylesheetBytes()); $this->assertSame(1, $performance_data->getScriptCount()); - $this->assertSame(132083, $performance_data->getScriptBytes()); + $this->assertSame(132351, $performance_data->getScriptBytes()); $expected_queries = [ 'SELECT "session" FROM "sessions" WHERE "sid" = "SESSION_ID" LIMIT 0, 1',