From a763a2aa27f47132fcb234095c502134932cfa9f Mon Sep 17 00:00:00 2001 From: Maxime Rainville Date: Wed, 13 Apr 2022 14:06:37 +1200 Subject: [PATCH] Remove redundant step --- tests/Behat/Context/FeatureContext.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/Behat/Context/FeatureContext.php b/tests/Behat/Context/FeatureContext.php index 5404ca65..994f1773 100644 --- a/tests/Behat/Context/FeatureContext.php +++ b/tests/Behat/Context/FeatureContext.php @@ -293,9 +293,6 @@ public function iClickOnHoverBarButton($position) { $hoverBarButton = $this->getSpecificHoverBar($position); $hoverBarButton->click(); - - // Wait for the popover will be removed - $this->getSession()->wait(1000, 'window.jQuery(".popover-option-set").length === 0'); } /**