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 667883a commit 793a9fcCopy full SHA for 793a9fc
app/code/Magento/Customer/Test/Unit/Ui/Component/Listing/ColumnsTest.php
@@ -160,7 +160,7 @@ public function testPrepareWithAddColumn(): void
160
public function testPrepareWithUpdateColumn(): void
161
{
162
$attributeCode = 'billing_attribute_code';
163
- $backendType = 'backend-type';
+ $frontendInput = 'text';
164
$attributeData = [
165
'attribute_code' => 'billing_attribute_code',
166
'frontend_input' => 'text',
@@ -211,7 +211,7 @@ public function testPrepareWithUpdateColumn(): void
211
'config',
212
[
213
'name' => $attributeCode,
214
- 'dataType' => $backendType,
+ 'dataType' => $frontendInput,
215
'filter' => [
216
'filterType' => 'text',
217
'conditionType' => 'like',
0 commit comments