We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06db9ac commit 1d9d47dCopy full SHA for 1d9d47d
dev/tests/functional/lib/Magento/Mtf/Util/Protocol/CurlTransport/BackendDecorator.php
@@ -71,6 +71,8 @@ protected function authorize()
71
$urls = [];
72
$originalUrl = rtrim($_ENV['app_backend_url'], '/') . '/';
73
$urls[] = $originalUrl;
74
+ // It could be the case that the page needs a refresh, so we will try the original one twice.
75
+ $urls[] = $originalUrl;
76
if (strpos($originalUrl, '/index.php') !== false) {
77
$url2 = str_replace('/index.php', '', $originalUrl);
78
} else {
0 commit comments