We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65ae5b0 commit 93fc0eeCopy full SHA for 93fc0ee
dev/tests/integration/testsuite/Magento/Sales/Block/Adminhtml/Order/Create/Form/AccountTest.php
@@ -102,6 +102,18 @@ public function testGetFormWithCustomer()
102
sprintf('Unexpected field "%s" in form.', $element->getId())
103
);
104
}
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
113
+ 'value="'.$customer->getEmail().'"',
114
115
+ 'The Customer Email specified for the chosen customer should be input '
116
117
118
119
/**
0 commit comments