diff --git a/src/JoomlaBrowser.php b/src/JoomlaBrowser.php index 3890bb5..696622e 100644 --- a/src/JoomlaBrowser.php +++ b/src/JoomlaBrowser.php @@ -958,6 +958,7 @@ public function disableStatistics() { $I = $this; $this->debug('I click on never'); + $I->wait(1); $I->waitForElement(['link' => 'Never'], 60); $I->click(['link' => 'Never']); }