File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
dev/tests/integration/testsuite/Magento/Cms/Controller Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class PageTest extends \Magento\TestFramework\TestCase\AbstractController
1313{
1414 public function testViewAction ()
1515 {
16- $ this ->dispatch ('/enable-cookies/ ' );
16+ $ this ->dispatch ('/enable-cookies ' );
1717 $ this ->assertContains ('What are Cookies? ' , $ this ->getResponse ()->getBody ());
1818 }
1919
@@ -22,7 +22,7 @@ public function testViewAction()
2222 */
2323 public function testAddBreadcrumbs ()
2424 {
25- $ this ->dispatch ('/enable-cookies/ ' );
25+ $ this ->dispatch ('/enable-cookies ' );
2626 $ layout = \Magento \TestFramework \Helper \Bootstrap::getObjectManager ()->get (
2727 \Magento \Framework \View \LayoutInterface::class
2828 );
@@ -35,7 +35,7 @@ public function testAddBreadcrumbs()
3535 */
3636 public function testCreatePageWithSameModuleName ()
3737 {
38- $ this ->dispatch ('/shipping/ ' );
38+ $ this ->dispatch ('/shipping ' );
3939 $ content = $ this ->getResponse ()->getBody ();
4040 $ this ->assertContains ('Shipping Test Page ' , $ content );
4141 }
You can’t perform that action at this time.
0 commit comments