File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dev/tests/integration/testsuite/Magento/Customer/Controller/Adminhtml/Index Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ public function failedRequestDataProvider(): array
125
125
return [
126
126
[
127
127
'ids ' => [],
128
- 'constraint ' => self ::equalTo (['Please select item(s) . ' ]),
128
+ 'constraint ' => self ::equalTo (['An item needs to be selected. Select and try again . ' ]),
129
129
'messageType ' => MessageInterface::TYPE_ERROR ,
130
130
],
131
131
[
@@ -135,7 +135,7 @@ public function failedRequestDataProvider(): array
135
135
],
136
136
[
137
137
'ids ' => null ,
138
- 'constraint ' => self ::equalTo (['Please select item(s) . ' ]),
138
+ 'constraint ' => self ::equalTo (['An item needs to be selected. Select and try again . ' ]),
139
139
'messageType ' => MessageInterface::TYPE_ERROR ,
140
140
]
141
141
];
You can’t perform that action at this time.
0 commit comments