Skip to content

Commit 427be1d

Browse files
author
Oleksandr Manchenko
committed
MAGETWO-37140: Test CreateSimpleProductEntityTest #variation 3 (FAT) random fails on inventory tab
- Updated customer curl
1 parent 9ad2393 commit 427be1d

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/functional/tests/app/Magento/Customer/Test/Handler/Customer

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/Customer/Test/Handler/Customer/Curl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public function persist(FixtureInterface $customer = null)
9898
$response = $curl->read();
9999
$curl->close();
100100
// After caching My Account page we cannot check by success message
101-
if (!strpos($response, 'My Dashboard')) {
101+
if (!strpos($response, 'block-dashboard-info')) {
102102
throw new \Exception("Customer entity creating by curl handler was not successful! Response: $response");
103103
}
104104

0 commit comments

Comments
 (0)