Skip to content

Commit 12e45e7

Browse files
committed
MAGETWO-67110: [FT] Added waitLoader on the form
1 parent 64fe924 commit 12e45e7

File tree

1 file changed

+1
-0
lines changed
  • dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order

1 file changed

+1
-0
lines changed

dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/AbstractForm.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ function () {
5050
*/
5151
public function fillFormData(array $data)
5252
{
53+
$this->waitLoader();
5354
$data = $this->prepareData($data);
5455
if (isset($data['form_data'])) {
5556
$data['form_data'] = $this->dataMapping($data['form_data']);

0 commit comments

Comments
 (0)