Skip to content

Commit 1d9d47d

Browse files
committed
MQE-1352: bug fix in dev/tests/functional/lib/Magento/Mtf/Util/Command/Cli.php
1 parent 06db9ac commit 1d9d47d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/tests/functional/lib/Magento/Mtf/Util/Protocol/CurlTransport/BackendDecorator.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ protected function authorize()
7171
$urls = [];
7272
$originalUrl = rtrim($_ENV['app_backend_url'], '/') . '/';
7373
$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;
7476
if (strpos($originalUrl, '/index.php') !== false) {
7577
$url2 = str_replace('/index.php', '', $originalUrl);
7678
} else {

0 commit comments

Comments
 (0)