public function FeatureContext::assertNoModalWindow in Acquia Lift Connector 7.2
Same name and namespace in other branches
- 7 behat-tests/features/bootstrap/FeatureContext.php \FeatureContext::assertNoModalWindow()
@Then /^I should not see the modal$/
File
- behat-tests/
features/ bootstrap/ FeatureContext.php, line 577
Class
- FeatureContext
- Defines application features from the specific context.
Code
public function assertNoModalWindow() {
$this
->assertNoRegion('modal_content', 'modal dialog');
}