You are here

public function FeatureContext::assertNoVariationTypeDialogWindow in Acquia Lift Connector 7.2

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

@Then /^I should not see the variation type dialog$/

File

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

Class

FeatureContext
Defines application features from the specific context.

Code

public function assertNoVariationTypeDialogWindow() {
  $this
    ->assertNoRegion('dialog_variation_type', 'variation type dialog');
}