Skip to content
Snippets Groups Projects
Verified Commit 178d67f3 authored by Lee Rowlands's avatar Lee Rowlands
Browse files

Issue #3514904 by mstrelan, acbramley: [consistent test failure] AssetAggregationAcrossPagesTest

parent 38db6cc0
Branches
Tags
4 merge requests!5423Draft: Resolve #3329907 "Test2",!3478Issue #3337882: Deleted menus are not removed from content type config,!2964Issue #2865710 : Dependencies from only one instance of a widget are used in display modes,!579Issue #2230909: Simple decimals fail to pass validation
Pipeline #455606 passed with warnings
Pipeline: drupal

#455617

    Pipeline: drupal

    #455613

      Pipeline: drupal

      #455611

        ......@@ -50,7 +50,7 @@ public function testFrontAndRecipesPagesAuthenticated(): void {
        'ScriptCount' => 3,
        'ScriptBytes' => 170500,
        'StylesheetCount' => 5,
        'StylesheetBytes' => 86650,
        'StylesheetBytes' => 86000,
        ];
        $this->assertMetrics($expected, $performance_data);
        }
        ......@@ -71,7 +71,7 @@ public function testFrontAndRecipesPagesEditor(): void {
        'ScriptCount' => 5,
        'ScriptBytes' => 338200,
        'StylesheetCount' => 5,
        'StylesheetBytes' => 206750,
        'StylesheetBytes' => 206150,
        ];
        $this->assertMetrics($expected, $performance_data);
        }
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment