File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
dev/tests/integration/testsuite/Magento/Customer Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -101,8 +101,8 @@ public function testGetHtml()
101
101
$ this ->assertContains ("<div class= \"admin__data-grid-header admin__data-grid-toolbar \"" , $ html );
102
102
$ this ->assertContains ("customer_cart_gridJsObject = new varienGrid( \"customer_cart_grid \", " , $ html );
103
103
$ this ->assertContains (
104
- 'backend\u002Fcustomer\u002Fcart_product_composite_cart\u002Fconfigure\u002Fcustomer_id\u002F ' .
105
- self ::CUSTOMER_ID_VALUE ,
104
+ 'backend\u002Fcustomer\u002Fcart_product_composite_cart\u002Fconfigure\u002Fcustomer_id\u002F '
105
+ . self ::CUSTOMER_ID_VALUE ,
106
106
$ html
107
107
);
108
108
}
Original file line number Diff line number Diff line change @@ -477,7 +477,8 @@ public function testChangePasswordEditAction()
477
477
// Verify the password check box is checked
478
478
$ this ->assertContains (
479
479
'<input type="checkbox" name="change_password" id="change-password" '
480
- .'data-role="change-password" value="1" title="Change Password" checked="checked" class="checkbox" /> ' ,
480
+ . 'data-role="change-password" value="1" title="Change Password" checked="checked" '
481
+ . 'class="checkbox" /> ' ,
481
482
$ body
482
483
);
483
484
}
You can’t perform that action at this time.
0 commit comments