You are here

public function FeatureContext::waitForLiftSynchronize in Acquia Lift Connector 7.2

Same name and namespace in other branches
  1. 7 behat-tests/features/bootstrap/FeatureContext.php \FeatureContext::waitForLiftSynchronize()

@When I wait for Lift to synchronize

File

behat-tests/features/bootstrap/FeatureContext.php, line 515

Class

FeatureContext
Defines application features from the specific context.

Code

public function waitForLiftSynchronize() {
  $this
    ->spinUntilLiftCampaignsAreSynchronized();
}