public function FeatureContext::assertNoVariationTypeDialogWindow in Acquia Lift Connector 7
Same name and namespace in other branches
- 7.2 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 505
Class
- FeatureContext
- Defines application features from the specific context.
Code
public function assertNoVariationTypeDialogWindow() {
$this
->assertNoRegion('dialog_variation_type', 'variation type dialog');
}