Skip to content

Commit

Permalink
Remove redundant step
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-rainville authored Apr 13, 2022
1 parent 1fc25c5 commit a763a2a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/Behat/Context/FeatureContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}

/**
Expand Down

0 comments on commit a763a2a

Please sign in to comment.