public function FeatureContext::waitForLiftSynchronize in Acquia Lift Connector 7
Same name and namespace in other branches
- 7.2 behat-tests/features/bootstrap/FeatureContext.php \FeatureContext::waitForLiftSynchronize()
@When I wait for Lift to synchronize
File
- behat-tests/
features/ bootstrap/ FeatureContext.php, line 447
Class
- FeatureContext
- Defines application features from the specific context.
Code
public function waitForLiftSynchronize() {
$this
->spinUntilLiftCampaignsAreSynchronized();
}