This commit is contained in:
Sara Arjona 2023-08-01 13:44:53 +02:00
commit 84257e4aa3
No known key found for this signature in database

View File

@ -148,7 +148,7 @@ class behat_general extends behat_base {
} else if (!empty($url)) {
// We redirect directly as we can not wait for an automatic redirection.
$this->getSession()->getDriver()->getClient()->request('get', $url);
$this->getSession()->getDriver()->getClient()->request('GET', $url);
} else {
// Reload the page if no URL was provided.