You are here

public function FeatureContext::assertNoVariationTypeFormDialogWindow in Acquia Lift Connector 7.2

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

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

File

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

Class

FeatureContext
Defines application features from the specific context.

Code

public function assertNoVariationTypeFormDialogWindow() {
  $this
    ->assertNoRegion('dialog_variation_type_form', 'variation type form dialog');
}