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
13
13
{
14
14
public function testViewAction ()
15
15
{
16
- $ this ->dispatch ('/enable-cookies/ ' );
16
+ $ this ->dispatch ('/enable-cookies ' );
17
17
$ this ->assertContains ('What are Cookies? ' , $ this ->getResponse ()->getBody ());
18
18
}
19
19
@@ -22,7 +22,7 @@ public function testViewAction()
22
22
*/
23
23
public function testAddBreadcrumbs ()
24
24
{
25
- $ this ->dispatch ('/enable-cookies/ ' );
25
+ $ this ->dispatch ('/enable-cookies ' );
26
26
$ layout = \Magento \TestFramework \Helper \Bootstrap::getObjectManager ()->get (
27
27
\Magento \Framework \View \LayoutInterface::class
28
28
);
@@ -35,7 +35,7 @@ public function testAddBreadcrumbs()
35
35
*/
36
36
public function testCreatePageWithSameModuleName ()
37
37
{
38
- $ this ->dispatch ('/shipping/ ' );
38
+ $ this ->dispatch ('/shipping ' );
39
39
$ content = $ this ->getResponse ()->getBody ();
40
40
$ this ->assertContains ('Shipping Test Page ' , $ content );
41
41
}
You can’t perform that action at this time.
0 commit comments