Skip to content

Commit a63c06a

Browse files
committed
MC-16871: Test for possible bugs
- Add wait to functional test;
1 parent f753406 commit a63c06a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/tests/functional/tests/app/Magento/Customer/Test/Block/Account/AuthenticationPopup.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,6 @@ public function loginCustomer(Customer $customer)
7373
$this->fill($customer);
7474
$this->_rootElement->find($this->login)->click();
7575
$this->waitForElementNotVisible($this->loadingMask);
76+
sleep(10);
7677
}
7778
}

0 commit comments

Comments
 (0)