File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
dev/tests/integration/testsuite/Magento Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ public function testGetProcessedTemplate()
122
122
->getArea (Area::AREA_FRONTEND )
123
123
->load ();
124
124
125
- $ expectedViewUrl = 'static /frontend/Magento/blank/en_US/Magento_Theme/favicon.ico ' ;
125
+ $ expectedViewUrl = '/frontend/Magento/blank/en_US/Magento_Theme/favicon.ico ' ;
126
126
$ this ->model ->setDesignConfig ([
127
127
'area ' => 'frontend ' ,
128
128
'store ' => $ this ->objectManager ->get (\Magento \Store \Model \StoreManagerInterface::class)
@@ -610,7 +610,7 @@ public function testGetDefaultEmailLogo()
610
610
->load ();
611
611
612
612
$ this ->assertStringEndsWith (
613
- 'static /frontend/Magento/luma/en_US/Magento_Email/logo_email.png ' ,
613
+ '/frontend/Magento/luma/en_US/Magento_Email/logo_email.png ' ,
614
614
$ this ->model ->getDefaultEmailLogo ()
615
615
);
616
616
}
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ public function testListActionDesign()
18
18
$ this ->getRequest ()->setParam ('id ' , $ product ->getId ());
19
19
$ this ->dispatch ('review/product/listAction ' );
20
20
$ result = $ this ->getResponse ()->getBody ();
21
- $ this ->assertContains ("static /frontend/Magento/blank/en_US/Magento_Theme/favicon.ico " , $ result );
21
+ $ this ->assertContains ("/frontend/Magento/blank/en_US/Magento_Theme/favicon.ico " , $ result );
22
22
}
23
23
}
You can’t perform that action at this time.
0 commit comments