File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dev/tests/integration/testsuite/Magento/Customer/Controller Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -394,7 +394,7 @@ public function testEditAction()
394
394
395
395
$ body = $ this ->getResponse ()->getBody ();
396
396
$ this ->assertEquals (200 , $ this ->getResponse ()->getHttpResponseCode (), $ body );
397
- $ this ->assertContains ('<div class="field name firstname required"> ' , $ body );
397
+ $ this ->assertContains ('<div class="field field- name- firstname required"> ' , $ body );
398
398
// Verify the password check box is not checked
399
399
$ this ->assertContains ('<input type="checkbox" name="change_password" id="change-password" value="1" ' .
400
400
'title="Change Password" class="checkbox"/> ' , $ body );
@@ -411,7 +411,7 @@ public function testChangePasswordEditAction()
411
411
412
412
$ body = $ this ->getResponse ()->getBody ();
413
413
$ this ->assertEquals (200 , $ this ->getResponse ()->getHttpResponseCode (), $ body );
414
- $ this ->assertContains ('<div class="field name firstname required"> ' , $ body );
414
+ $ this ->assertContains ('<div class="field field- name- firstname required"> ' , $ body );
415
415
// Verify the password check box is checked
416
416
$ this ->assertContains ('<input type="checkbox" name="change_password" id="change-password" value="1" ' .
417
417
'title="Change Password" checked="checked" class="checkbox"/> ' , $ body );
You can’t perform that action at this time.
0 commit comments