Skip to content

Commit 62520af

Browse files
committed
MAGETWO-93715: [2.3] Delete action in grid could be sent multiple times
1 parent 5672712 commit 62520af

File tree

1 file changed

+2
-2
lines changed
  • dev/tests/integration/testsuite/Magento/Customer/Controller/Adminhtml/Index

1 file changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/Customer/Controller/Adminhtml/Index/MassDeleteTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public function failedRequestDataProvider(): array
125125
return [
126126
[
127127
'ids' => [],
128-
'constraint' => self::equalTo(['Please select item(s).']),
128+
'constraint' => self::equalTo(['An item needs to be selected. Select and try again.']),
129129
'messageType' => MessageInterface::TYPE_ERROR,
130130
],
131131
[
@@ -135,7 +135,7 @@ public function failedRequestDataProvider(): array
135135
],
136136
[
137137
'ids' => null,
138-
'constraint' => self::equalTo(['Please select item(s).']),
138+
'constraint' => self::equalTo(['An item needs to be selected. Select and try again.']),
139139
'messageType' => MessageInterface::TYPE_ERROR,
140140
]
141141
];

0 commit comments

Comments
 (0)