Browse Source

Behat: Remove wait

jmontoyaa 8 năm trước cách đây
mục cha
commit
96c951e79a
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      tests/behat/features/bootstrap/FeatureContext.php

+ 0 - 2
tests/behat/features/bootstrap/FeatureContext.php

@@ -325,8 +325,6 @@ class FeatureContext extends MinkContext
         // See
         // https://gist.github.com/blazarecki/2888851
         /** @var \Behat\Mink\Driver\Selenium2Driver $driver Needed because no cross-driver way yet */
-        //$driver = $this->getSession()->getDriver();
-        $this->getSession()->wait(1000);
         $this->getSession()->getDriver()->getWebDriverSession()->accept_alert();
     }