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