You are here

6 calls to TestSubContext::getRegion() in Drupal Commons 7.3

TestSubContext::assertAltRegion in tests/steps/commons_test.behat.inc
@Then /^I should see the image alt "(?P<text>(?:[^"]|\\")*)" in the "(?P<region>[^"]*)" region$/
TestSubContext::assertNotRegionElementTextAttribute in tests/steps/commons_test.behat.inc
@Then I should not see :text in the :tag element with the :attribute attribute set to :value in the :region region
TestSubContext::assertNotRegionMatchesText in tests/steps/commons_test.behat.inc
Asserts that the region does not contain text matching specified pattern.
TestSubContext::assertRegionElementText in tests/steps/commons_test.behat.inc
@Then I should see :text in the :tag element in the :region region
TestSubContext::assertRegionMatchesText in tests/steps/commons_test.behat.inc
Asserts that the region contains text matching specified pattern.
TestSubContext::assertValidImageRegion in tests/steps/commons_test.behat.inc
Asserts that an image is present and not broken.