Skip to content

Commit 1501aae

Browse files
committed
MC-15763: Introduce critical CSS scope loaded through head
- Add wait before proceed to checkout to MTF test;
1 parent 8c85bf5 commit 1501aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function loginCustomer(Customer $customer)
7272
sleep(10);
7373
$this->fill($customer);
7474
$this->_rootElement->find($this->login)->click();
75-
$this->waitForElementNotVisible($this->loadingMask);
7675
sleep(10);
76+
$this->waitForElementNotVisible($this->loadingMask);
7777
}
7878
}

0 commit comments

Comments
 (0)