@@ -281,21 +281,21 @@ describe('Functional tests using webpack', function() {
281281 testSetup . runWebpack ( config , ( webpackAssert ) => {
282282 expect ( config . outputPath ) . to . be . a . directory ( )
283283 . with . files ( [
284- 'main.f1e0a9350e13fe3a597e .js' ,
285- 'styles.c84caea6dd12bba7955dee9fedd5fd03 .css' ,
284+ 'main.f1e0a935 .js' ,
285+ 'styles.c84caea6 .css' ,
286286 'manifest.json'
287287 ] ) ;
288288
289289 webpackAssert . assertOutputFileContains (
290- 'styles.c84caea6dd12bba7955dee9fedd5fd03 .css' ,
290+ 'styles.c84caea6 .css' ,
291291 'font-size: 50px;'
292292 ) ;
293293 webpackAssert . assertManifestPathDoesNotExist (
294294 'styles.js'
295295 ) ;
296296 webpackAssert . assertManifestPath (
297297 'styles.css' ,
298- '/styles.c84caea6dd12bba7955dee9fedd5fd03 .css'
298+ '/styles.c84caea6 .css'
299299 ) ;
300300
301301 done ( ) ;
@@ -377,10 +377,10 @@ describe('Functional tests using webpack', function() {
377377 testSetup . runWebpack ( config , ( webpackAssert ) => {
378378 expect ( config . outputPath ) . to . be . a . directory ( )
379379 . with . files ( [
380- '0.d002be21e9bcf76057e9 .js' , // chunks are also versioned
381- 'main.292c0347ed1240663cb1 .js' ,
382- 'h1.c84caea6dd12bba7955dee9fedd5fd03 .css' ,
383- 'bg.483832e48e67e6a3b7f0ae064eadca51 .css' ,
380+ '0.d002be21 .js' , // chunks are also versioned
381+ 'main.292c0347 .js' ,
382+ 'h1.c84caea6 .css' ,
383+ 'bg.483832e4 .css' ,
384384 'manifest.json'
385385 ] ) ;
386386
@@ -390,7 +390,7 @@ describe('Functional tests using webpack', function() {
390390 ] ) ;
391391
392392 webpackAssert . assertOutputFileContains (
393- 'bg.483832e48e67e6a3b7f0ae064eadca51 .css' ,
393+ 'bg.483832e4 .css' ,
394394 '/build/images/symfony_logo.ea1ca6f7.png'
395395 ) ;
396396
0 commit comments