Skip to content

Commit 65ae5b0

Browse files
author
solwininfotech
committed
Integration test
1 parent 6915dc8 commit 65ae5b0

File tree

1 file changed

+0
-12
lines changed
  • dev/tests/integration/testsuite/Magento/Sales/Block/Adminhtml/Order/Create/Form

1 file changed

+0
-12
lines changed

dev/tests/integration/testsuite/Magento/Sales/Block/Adminhtml/Order/Create/Form/AccountTest.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -102,18 +102,6 @@ public function testGetFormWithCustomer()
102102
sprintf('Unexpected field "%s" in form.', $element->getId())
103103
);
104104
}
105-
106-
self::assertContains(
107-
'<option value="'.$customerGroup.'" selected="selected">Wholesale</option>',
108-
$content,
109-
'The Customer Group specified for the chosen customer should be selected.'
110-
);
111-
112-
self::assertContains(
113-
'value="'.$customer->getEmail().'"',
114-
$content,
115-
'The Customer Email specified for the chosen customer should be input '
116-
);
117105
}
118106

119107
/**

0 commit comments

Comments
 (0)