Skip to content
Snippets Groups Projects
Verified Commit 6e5e886d authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3100083 by finnsky, Zsuffa Dávid, ankithashetty, _utsavsharma,...

Issue #3100083 by finnsky, Zsuffa Dávid, ankithashetty, _utsavsharma, gauravvvv, smustgrave, zrpnr, markconroy, nod_: Follow-up for Add js message theme override to match Umami message markup
parent ae988430
Branches
Tags
5 merge requests!122353526426-warning-for-missing,!11958Issue #3490507 by alexpott, smustgrave: Fix bogus mocking in...,!11769Issue #3517987: Add option to contextual filters to encode slashes in query parameter.,!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4,!9944Issue #3483353: Consider making the createCopy config action optionally fail...
Pipeline #302809 passed with warnings
Pipeline: drupal

#302832

    Pipeline: drupal

    #302825

      Pipeline: drupal

      #302821

        +1
        ......@@ -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());
        }
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment