Skip to content
Snippets Groups Projects

Messages fix

Closed Ivan Berdinsky requested to merge issue/drupal-3100083:3100083-add-js-message into 11.x
1 unresolved thread
Files
7
@@ -28,7 +28,7 @@ public function testFrontAndRecipesPages(): void {
$this->assertSame(6, $performance_data->getStylesheetCount());
$this->assertLessThan(125000, $performance_data->getStylesheetBytes());
$this->assertSame(1, $performance_data->getScriptCount());
$this->assertLessThan(7500, $performance_data->getScriptBytes());
$this->assertLessThan(12000, $performance_data->getScriptBytes());
}
/**
Loading