T:\git\behatmink (master -> origin) λ bin\behat -dl default | Given there is a :product, which costs $:price default | When I add the :product to the basket default | Then I should have :count product in the basket default | Then the overall basket price should be $:price default | Then I should have :count products in the basket default | Given I am an anonymous user default | Given I am not logged in default | Given I am logged in as a user with the :role role(s) default | Given I am logged in as a/an :role default | Given I am logged in as a user with the :role role(s) and I have the following fields: default | Given I am logged in as :name default | Given I am logged in as a user with the :permissions permission(s) default | Then I should see (the text ):text in the :rowText row default | Then I should not see (the text ):text in the :rowText row default | Given I click :link in the :rowText row default | Then I (should )see the :link in the :rowText row default | Given the cache has been cleared default | Given I run cron default | Given I am viewing a/an :type (content )with the title :title default | Given a/an :type (content )with the title :title default | Given I am viewing my :type (content )with the title :title default | Given :type content: default | Given I am viewing a/an :type( content): default | Then I should be able to edit a/an :type( content) default | Given I am viewing a/an :vocabulary term with the name :name default | Given a/an :vocabulary term with the name :name default | Given users: default | Given :vocabulary terms: default | Given the/these (following )languages are available: default | Then (I )break default | Given I am at :path default | When I visit :path default | When I click :link default | Given for :field I enter :value default | Given I enter :value for :field default | Given I wait for AJAX to finish default | When /^(?:|I )press "(?P<button>(?:[^"]|\\")*)"$/ default | When I press the :button button default | Given I press the :char key in the :field field default | Then I should see the link :link default | Then I should not see the link :link default | Then I should not visibly see the link :link default | Then I (should )see the heading :heading default | Then I (should )not see the heading :heading default | Then I (should ) see the button :button default | Then I (should ) see the :button button default | Then I should not see the button :button default | Then I should not see the :button button default | When I follow/click :link in the :region( region) default | Given I press :button in the :region( region) default | Given I fill in :value for :field in the :region( region) default | Given I fill in :field with :value in the :region( region) default | Then I should see the heading :heading in the :region( region) default | Then I should see the :heading heading in the :region( region) default | Then I should see the link :link in the :region( region) default | Then I should not see the link :link in the :region( region) default | Then I should see( the text) :text in the :region( region) default | Then I should not see( the text) :text in the :region( region) default | Then I (should )see the text :text default | Then I should not see the text :text default | Then I should get a :code HTTP response default | Then I should not get a :code HTTP response default | Given I check the box :checkbox default | Given I uncheck the box :checkbox default | When I select the radio button :label with the id :id default | When I select the radio button :label default | Given /^(?:|I )am on (?:|the )homepage$/ default | When /^(?:|I )go to (?:|the )homepage$/ default | Given /^(?:|I )am on "(?P<page>[^"]+)"$/ default | When /^(?:|I )go to "(?P<page>[^"]+)"$/ default | When /^(?:|I )reload the page$/ default | When /^(?:|I )move backward one page$/ default | When /^(?:|I )move forward one page$/ default | When /^(?:|I )follow "(?P<link>(?:[^"]|\\")*)"$/ default | When /^(?:|I )fill in "(?P<field>(?:[^"]|\\")*)" with "(?P<value>(?:[^"]|\\")*)"$/ default | When /^(?:|I )fill in "(?P<field>(?:[^"]|\\")*)" with:$/ default | When /^(?:|I )fill in "(?P<value>(?:[^"]|\\")*)" for "(?P<field>(?:[^"]|\\")*)"$/ default | When /^(?:|I )fill in the following:$/ default | When /^(?:|I )select "(?P<option>(?:[^"]|\\")*)" from "(?P<select>(?:[^"]|\\")*)"$/ default | When /^(?:|I )additionally select "(?P<option>(?:[^"]|\\")*)" from "(?P<select>(?:[^"]|\\")*)"$/ default | When /^(?:|I )check "(?P<option>(?:[^"]|\\")*)"$/ default | When /^(?:|I )uncheck "(?P<option>(?:[^"]|\\")*)"$/ default | When /^(?:|I )attach the file "(?P<path>[^"]*)" to "(?P<field>(?:[^"]|\\")*)"$/ default | Then /^(?:|I )should be on "(?P<page>[^"]+)"$/ default | Then /^(?:|I )should be on (?:|the )homepage$/ default | Then /^the (?i)url(?-i) should match (?P<pattern>"(?:[^"]|\\")*")$/ default | Then /^the response status code should be (?P<code>\d+)$/ default | Then /^the response status code should not be (?P<code>\d+)$/ default | Then /^(?:|I )should see "(?P<text>(?:[^"]|\\")*)"$/ default | Then /^(?:|I )should not see "(?P<text>(?:[^"]|\\")*)"$/ default | Then /^(?:|I )should see text matching (?P<pattern>"(?:[^"]|\\")*")$/ default | Then /^(?:|I )should not see text matching (?P<pattern>"(?:[^"]|\\")*")$/ default | Then /^the response should contain "(?P<text>(?:[^"]|\\")*)"$/ default | Then /^the response should not contain "(?P<text>(?:[^"]|\\")*)"$/ default | Then /^(?:|I )should see "(?P<text>(?:[^"]|\\")*)" in the "(?P<element>[^"]*)" element$/ default | Then /^(?:|I )should not see "(?P<text>(?:[^"]|\\")*)" in the "(?P<element>[^"]*)" element$/ default | Then /^the "(?P<element>[^"]*)" element should contain "(?P<value>(?:[^"]|\\")*)"$/ default | Then /^the "(?P<element>[^"]*)" element should not contain "(?P<value>(?:[^"]|\\")*)"$/ default | Then /^(?:|I )should see an? "(?P<element>[^"]*)" element$/ default | Then /^(?:|I )should not see an? "(?P<element>[^"]*)" element$/ default | Then /^the "(?P<field>(?:[^"]|\\")*)" field should contain "(?P<value>(?:[^"]|\\")*)"$/ default | Then /^the "(?P<field>(?:[^"]|\\")*)" field should not contain "(?P<value>(?:[^"]|\\")*)"$/ default | Then /^(?:|I )should see (?P<num>\d+) "(?P<element>[^"]*)" elements?$/ default | Then /^the "(?P<checkbox>(?:[^"]|\\")*)" checkbox should be checked$/ default | Then /^the "(?P<checkbox>(?:[^"]|\\")*)" checkbox is checked$/ default | Then /^the checkbox "(?P<checkbox>(?:[^"]|\\")*)" (?:is|should be) checked$/ default | Then /^the "(?P<checkbox>(?:[^"]|\\")*)" checkbox should (?:be unchecked|not be checked)$/ default | Then /^the "(?P<checkbox>(?:[^"]|\\")*)" checkbox is (?:unchecked|not checked)$/ default | Then /^the checkbox "(?P<checkbox>(?:[^"]|\\")*)" should (?:be unchecked|not be checked)$/ default | Then /^the checkbox "(?P<checkbox>(?:[^"]|\\")*)" is (?:unchecked|not checked)$/ default | Then /^print current URL$/ default | Then /^print last response$/ default | Then /^show last response$/ default | Then I should see the error message( containing) :message default | Then I should see the following error message(s): default | Given I should not see the error message( containing) :message default | Then I should not see the following error messages: default | Then I should see the success message( containing) :message default | Then I should see the following success messages: default | Given I should not see the success message( containing) :message default | Then I should not see the following success messages: default | Then I should see the warning message( containing) :message default | Then I should see the following warning messages: default | Given I should not see the warning message( containing) :message default | Then I should not see the following warning messages: default | Then I should see the message( containing) :message default | Then I should not see the message( containing) :message default | Given I run drush :command default | Given I run drush :command :arguments default | Then drush output should contain :output default | Then drush output should match :regex default | Then drush output should not contain :output default | Then print last drush output
Definition Info
T:\git\behatmink (master -> origin)
λ bin\behat -c tests\behat\behat.smoke.yml -v -di
default | [Given|*] there is a :product, which costs $:price
| at `Drupal\FeatureContext::thereIsAWhichCosts()`
| on `T:\git\behatmink\tests\behat\features\bootstrap\Drupal\FeatureContext.php[60:63]`
default | [When|*] I add the :product to the basket
| at `Drupal\FeatureContext::iAddTheToTheBasket()`
| on `T:\git\behatmink\tests\behat\features\bootstrap\Drupal\FeatureContext.php[68:71]`
default | [Then|*] I should have :count product in the basket
| at `Drupal\FeatureContext::iShouldHaveProductInTheBasket()`
| on `T:\git\behatmink\tests\behat\features\bootstrap\Drupal\FeatureContext.php[76:82]`
default | [Then|*] the overall basket price should be $:price
| at `Drupal\FeatureContext::theOverallBasketPriceShouldBe()`
| on `T:\git\behatmink\tests\behat\features\bootstrap\Drupal\FeatureContext.php[87:90]`
default | [Then|*] I should have :count products in the basket
| at `Drupal\FeatureContext::iShouldHaveProductsInTheBasket()`
| on `T:\git\behatmink\tests\behat\features\bootstrap\Drupal\FeatureContext.php[95:100]`
default | [Then|*] PageTitle should be :pagetitle
| at `Drupal\FeatureContext::pagetitleShouldBe()`
| on `T:\git\behatmink\tests\behat\features\bootstrap\Drupal\FeatureContext.php[105:112]`
default | [Given|*] I have data for :name field
| at `Drupal\FeatureContext::iHaveDataForNameField()`
| on `T:\git\behatmink\tests\behat\features\bootstrap\Drupal\FeatureContext.php[119:123]`
default | [When|*] I use data :value for entry
| at `Drupal\FeatureContext::iUseDataForEntry()`
| on `T:\git\behatmink\tests\behat\features\bootstrap\Drupal\FeatureContext.php[128:132]`
default | [Then|*] I receive data :status back from for
| at `Drupal\FeatureContext::iReceiveDataSuccessBackFromFor()`
| on `T:\git\behatmink\tests\behat\features\bootstrap\Drupal\FeatureContext.php[137:141]`
default | [Given|*] Test Should Pass
| at `Drupal\FeatureContext::testShouldPass()`
| on `T:\git\behatmink\tests\behat\features\bootstrap\Drupal\FeatureContext.php[149:152]`
default | [When|*] Test Result Passes
| at `Drupal\FeatureContext::testResultPasses()`
| on `T:\git\behatmink\tests\behat\features\bootstrap\Drupal\FeatureContext.php[157:160]`
default | [Then|*] Test Case Passes
| at `Drupal\FeatureContext::testCasePasses()`
| on `T:\git\behatmink\tests\behat\features\bootstrap\Drupal\FeatureContext.php[165:168]`
default | [Then|*] Test Case Fails
| at `Drupal\FeatureContext::testCaseFails()`
| on `T:\git\behatmink\tests\behat\features\bootstrap\Drupal\FeatureContext.php[174:177]`
default | [Then|*] testingThis Calls a Mink Function
| at `Util\LoginContext::testingthisCallsAMinkFunction()`
| on `T:\git\behatmink\tests\behat\features\bootstrap\Util\LoginContext.php[50:53]`
default | [Given|*] I am an anonymous user
| at `Drupal\DrupalExtension\Context\DrupalContext::assertAnonymousUser()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\DrupalContext.php[28:33]`
default | [Given|*] I am not logged in
| at `Drupal\DrupalExtension\Context\DrupalContext::assertAnonymousUser()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\DrupalContext.php[28:33]`
default | [Given|*] I am logged in as a user with the :role role(s)
| Creates and authenticates a user with the given role(s).
| at `Drupal\DrupalExtension\Context\DrupalContext::assertAuthenticatedByRole()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\DrupalContext.php[41:66]`
default | [Given|*] I am logged in as a/an :role
| Creates and authenticates a user with the given role(s).
| at `Drupal\DrupalExtension\Context\DrupalContext::assertAuthenticatedByRole()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\DrupalContext.php[41:66]`
default | [Given|*] I am logged in as a user with the :role role(s) and I have the following fields:
| Creates and authenticates a user with the given role(s) and given fields.
| | field_user_name | John |
| | field_user_surname | Smith |
| | ... | ... |
| at `Drupal\DrupalExtension\Context\DrupalContext::assertAuthenticatedByRoleWithGivenFields()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\DrupalContext.php[76:106]`
default | [Given|*] I am logged in as :name
| at `Drupal\DrupalExtension\Context\DrupalContext::assertLoggedInByName()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\DrupalContext.php[112:120]`
default | [Given|*] I am logged in as a user with the :permissions permission(s)
| at `Drupal\DrupalExtension\Context\DrupalContext::assertLoggedInWithPermissions()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\DrupalContext.php[125:145]`
default | [Then|*] I should see (the text ):text in the :rowText row
| Find text in a table row containing given text.
| at `Drupal\DrupalExtension\Context\DrupalContext::assertTextInTableRow()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\DrupalContext.php[176:181]`
default | [Then|*] I should not see (the text ):text in the :rowText row
| Asset text not in a table row containing given text.
| at `Drupal\DrupalExtension\Context\DrupalContext::assertTextNotInTableRow()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\DrupalContext.php[188:193]`
default | [Given|*] I click :link in the :rowText row
| Attempts to find a link in a table row containing giving text. This is for
| administrative pages such as the administer content types screen found at
| `admin/structure/types`.
| at `Drupal\DrupalExtension\Context\DrupalContext::assertClickInTableRow()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\DrupalContext.php[203:211]`
default | [Then|*] I (should )see the :link in the :rowText row
| Attempts to find a link in a table row containing giving text. This is for
| administrative pages such as the administer content types screen found at
| `admin/structure/types`.
| at `Drupal\DrupalExtension\Context\DrupalContext::assertClickInTableRow()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\DrupalContext.php[203:211]`
default | [Given|*] the cache has been cleared
| at `Drupal\DrupalExtension\Context\DrupalContext::assertCacheClear()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\DrupalContext.php[216:218]`
default | [Given|*] I run cron
| at `Drupal\DrupalExtension\Context\DrupalContext::assertCron()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\DrupalContext.php[223:225]`
default | [Given|*] I am viewing a/an :type (content )with the title :title
| Creates content of the given type.
| at `Drupal\DrupalExtension\Context\DrupalContext::createNode()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\DrupalContext.php[233:242]`
default | [Given|*] a/an :type (content )with the title :title
| Creates content of the given type.
| at `Drupal\DrupalExtension\Context\DrupalContext::createNode()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\DrupalContext.php[233:242]`
default | [Given|*] I am viewing my :type (content )with the title :title
| Creates content authored by the current user.
| at `Drupal\DrupalExtension\Context\DrupalContext::createMyNode()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\DrupalContext.php[249:264]`
default | [Given|*] :type content:
| Creates content of a given type provided in the form:
| | title | author | status | created |
| | My title | Joe Editor | 1 | 2014-10-17 8:00am |
| | ... | ... | ... | ... |
| at `Drupal\DrupalExtension\Context\DrupalContext::createNodes()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\DrupalContext.php[274:280]`
default | [Given|*] I am viewing a/an :type( content):
| Creates content of the given type, provided in the form:
| | title | My node |
| | Field One | My field value |
| | author | Joe Editor |
| | status | 1 |
| | ... | ... |
| at `Drupal\DrupalExtension\Context\DrupalContext::assertViewingNode()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\DrupalContext.php[292:304]`
default | [Then|*] I should be able to edit a/an :type( content)
| Asserts that a given content type is editable.
| at `Drupal\DrupalExtension\Context\DrupalContext::assertEditNodeOfType()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\DrupalContext.php[311:323]`
default | [Given|*] I am viewing a/an :vocabulary term with the name :name
| Creates a term on an existing vocabulary.
| at `Drupal\DrupalExtension\Context\DrupalContext::createTerm()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\DrupalContext.php[332:343]`
default | [Given|*] a/an :vocabulary term with the name :name
| Creates a term on an existing vocabulary.
| at `Drupal\DrupalExtension\Context\DrupalContext::createTerm()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\DrupalContext.php[332:343]`
default | [Given|*] users:
| Creates multiple users.
| Provide user data in the following format:
| | name | mail | roles |
| | user foo | foo@bar.com | role1, role2 |
| at `Drupal\DrupalExtension\Context\DrupalContext::createUsers()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\DrupalContext.php[355:378]`
default | [Given|*] :vocabulary terms:
| Creates one or more terms on an existing vocabulary.
| Provide term data in the following format:
| | name | parent | description | weight | taxonomy_field_image |
| | Snook | Fish | Marine fish | 10 | snook-123.jpg |
| | ... | ... | ... | ... | ... |
| Only the 'name' field is required.
| at `Drupal\DrupalExtension\Context\DrupalContext::createTerms()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\DrupalContext.php[393:399]`
default | [Given|*] the/these (following )languages are available:
| Creates one or more languages.
|
| Provide language data in the following format:
| | langcode |
| | en |
| | fr |
|
| The table listing languages by their ISO code.
| at `Drupal\DrupalExtension\Context\DrupalContext::createLanguages()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\DrupalContext.php[415:422]`
default | [Then|*] (I )break
| Pauses the scenario until the user presses a key. Useful when debugging a scenario.
| at `Drupal\DrupalExtension\Context\DrupalContext::iPutABreakpoint()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\DrupalContext.php[429:453]`
default | [Given|*] I am at :path
| Visit a given path, and additionally check for HTTP response code 200.
| at `Drupal\DrupalExtension\Context\MinkContext::assertAtPath()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MinkContext.php[52:63]`
default | [When|*] I visit :path
| Visit a given path, and additionally check for HTTP response code 200.
| at `Drupal\DrupalExtension\Context\MinkContext::assertAtPath()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MinkContext.php[52:63]`
default | [When|*] I click :link
| at `Drupal\DrupalExtension\Context\MinkContext::assertClick()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MinkContext.php[68:71]`
default | [Given|*] for :field I enter :value
| at `Drupal\DrupalExtension\Context\MinkContext::assertEnterField()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MinkContext.php[77:80]`
default | [Given|*] I enter :value for :field
| at `Drupal\DrupalExtension\Context\MinkContext::assertEnterField()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MinkContext.php[77:80]`
default | [Given|*] I wait for AJAX to finish
| Wait for AJAX to finish.
| at `Drupal\DrupalExtension\Context\MinkContext::iWaitForAjaxToFinish()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MinkContext.php[123:146]`
default | [When|*] /^(?:|I )press "(?P<button>(?:[^"]|\\")*)"$/
| Presses button with specified id|name|title|alt|value
| Example: When I press "Log In"
| Example: And I press "Log In"
| at `Drupal\DrupalExtension\Context\MinkContext::pressButton()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MinkContext.php[152:169]`
default | [When|*] I press the :button button
| Presses button with specified id|name|title|alt|value.
| at `Drupal\DrupalExtension\Context\MinkContext::pressButton()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MinkContext.php[152:169]`
default | [Given|*] I press the :char key in the :field field
| at `Drupal\DrupalExtension\Context\MinkContext::pressKey()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MinkContext.php[177:224]`
default | [Then|*] I should see the link :link
| at `Drupal\DrupalExtension\Context\MinkContext::assertLinkVisible()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MinkContext.php[229:247]`
default | [Then|*] I should not see the link :link
| Links are not loaded on the page.
| at `Drupal\DrupalExtension\Context\MinkContext::assertNotLinkVisible()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MinkContext.php[254:272]`
default | [Then|*] I should not visibly see the link :link
| Links are loaded but not visually visible (e.g they have display: hidden applied).
| at `Drupal\DrupalExtension\Context\MinkContext::assertNotLinkVisuallyVisible()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MinkContext.php[279:298]`
default | [Then|*] I (should )see the heading :heading
| at `Drupal\DrupalExtension\Context\MinkContext::assertHeading()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MinkContext.php[303:314]`
default | [Then|*] I (should )not see the heading :heading
| at `Drupal\DrupalExtension\Context\MinkContext::assertNotHeading()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MinkContext.php[319:329]`
default | [Then|*] I (should ) see the button :button
| at `Drupal\DrupalExtension\Context\MinkContext::assertButton()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MinkContext.php[335:341]`
default | [Then|*] I (should ) see the :button button
| at `Drupal\DrupalExtension\Context\MinkContext::assertButton()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MinkContext.php[335:341]`
default | [Then|*] I should not see the button :button
| at `Drupal\DrupalExtension\Context\MinkContext::assertNotButton()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MinkContext.php[347:353]`
default | [Then|*] I should not see the :button button
| at `Drupal\DrupalExtension\Context\MinkContext::assertNotButton()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MinkContext.php[347:353]`
default | [When|*] I follow/click :link in the :region( region)
| If region or link within it cannot be found.
| at `Drupal\DrupalExtension\Context\MinkContext::assertRegionLinkFollow()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MinkContext.php[361:370]`
default | [Given|*] I press :button in the :region( region)
| Checks, if a button with id|name|title|alt|value exists or not and pressess the same
|
|
| string The id|name|title|alt|value of the button to be pressed
|
| string The region in which the button should be pressed
|
| If region or button within it cannot be found.
| at `Drupal\DrupalExtension\Context\MinkContext::assertRegionPressButton()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MinkContext.php[385:393]`
default | [Given|*] I fill in :value for :field in the :region( region)
| Fills in a form field with id|name|title|alt|value in the specified region.
|
|
|
| If region cannot be found.
| at `Drupal\DrupalExtension\Context\MinkContext::regionFillField()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MinkContext.php[404:409]`
default | [Given|*] I fill in :field with :value in the :region( region)
| Fills in a form field with id|name|title|alt|value in the specified region.
|
|
|
| If region cannot be found.
| at `Drupal\DrupalExtension\Context\MinkContext::regionFillField()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MinkContext.php[404:409]`
default | [Then|*] I should see the heading :heading in the :region( region)
| Find a heading in a specific region.
|
|
|
| If region or header within it cannot be found.
| at `Drupal\DrupalExtension\Context\MinkContext::assertRegionHeading()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MinkContext.php[420:435]`
default | [Then|*] I should see the :heading heading in the :region( region)
| Find a heading in a specific region.
|
|
|
| If region or header within it cannot be found.
| at `Drupal\DrupalExtension\Context\MinkContext::assertRegionHeading()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MinkContext.php[420:435]`
default | [Then|*] I should see the link :link in the :region( region)
| If region or link within it cannot be found.
| at `Drupal\DrupalExtension\Context\MinkContext::assertLinkRegion()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MinkContext.php[443:450]`
default | [Then|*] I should not see the link :link in the :region( region)
| If region or link within it cannot be found.
| at `Drupal\DrupalExtension\Context\MinkContext::assertNotLinkRegion()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MinkContext.php[458:465]`
default | [Then|*] I should see( the text) :text in the :region( region)
| If region or text within it cannot be found.
| at `Drupal\DrupalExtension\Context\MinkContext::assertRegionText()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MinkContext.php[473:481]`
default | [Then|*] I should not see( the text) :text in the :region( region)
| If region or text within it cannot be found.
| at `Drupal\DrupalExtension\Context\MinkContext::assertNotRegionText()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MinkContext.php[489:497]`
default | [Then|*] I (should )see the text :text
| at `Drupal\DrupalExtension\Context\MinkContext::assertTextVisible()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MinkContext.php[502:505]`
default | [Then|*] I should not see the text :text
| at `Drupal\DrupalExtension\Context\MinkContext::assertNotTextVisible()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MinkContext.php[510:513]`
default | [Then|*] I should get a :code HTTP response
| at `Drupal\DrupalExtension\Context\MinkContext::assertHttpResponse()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MinkContext.php[518:521]`
default | [Then|*] I should not get a :code HTTP response
| at `Drupal\DrupalExtension\Context\MinkContext::assertNotHttpResponse()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MinkContext.php[526:529]`
default | [Given|*] I check the box :checkbox
| at `Drupal\DrupalExtension\Context\MinkContext::assertCheckBox()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MinkContext.php[534:537]`
default | [Given|*] I uncheck the box :checkbox
| at `Drupal\DrupalExtension\Context\MinkContext::assertUncheckBox()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MinkContext.php[542:545]`
default | [When|*] I select the radio button :label with the id :id
| at `Drupal\DrupalExtension\Context\MinkContext::assertSelectRadioById()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MinkContext.php[553:566]`
default | [When|*] I select the radio button :label
| at `Drupal\DrupalExtension\Context\MinkContext::assertSelectRadioById()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MinkContext.php[553:566]`
default | [Given|*] /^(?:|I )am on (?:|the )homepage$/
| Opens homepage
| Example: Given I am on "/"
| Example: When I go to "/"
| Example: And I go to "/"
| at `Drupal\DrupalExtension\Context\MinkContext::iAmOnHomepage()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[33:36]`
default | [When|*] /^(?:|I )go to (?:|the )homepage$/
| Opens homepage
| Example: Given I am on "/"
| Example: When I go to "/"
| Example: And I go to "/"
| at `Drupal\DrupalExtension\Context\MinkContext::iAmOnHomepage()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[33:36]`
default | [Given|*] /^(?:|I )am on "(?P<page>[^"]+)"$/
| Opens specified page
| Example: Given I am on "http://batman.com"
| Example: And I am on "/articles/isBatmanBruceWayne"
| Example: When I go to "/articles/isBatmanBruceWayne"
| at `Drupal\DrupalExtension\Context\MinkContext::visit()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[47:50]`
default | [When|*] /^(?:|I )go to "(?P<page>[^"]+)"$/
| Opens specified page
| Example: Given I am on "http://batman.com"
| Example: And I am on "/articles/isBatmanBruceWayne"
| Example: When I go to "/articles/isBatmanBruceWayne"
| at `Drupal\DrupalExtension\Context\MinkContext::visit()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[47:50]`
default | [When|*] /^(?:|I )reload the page$/
| Reloads current page
| Example: When I reload the page
| Example: And I reload the page
| at `Drupal\DrupalExtension\Context\MinkContext::reload()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[59:62]`
default | [When|*] /^(?:|I )move backward one page$/
| Moves backward one page in history
| Example: When I move backward one page
| at `Drupal\DrupalExtension\Context\MinkContext::back()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[70:73]`
default | [When|*] /^(?:|I )move forward one page$/
| Moves forward one page in history
| Example: And I move forward one page
| at `Drupal\DrupalExtension\Context\MinkContext::forward()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[81:84]`
default | [When|*] /^(?:|I )follow "(?P<link>(?:[^"]|\\")*)"$/
| Clicks link with specified id|title|alt|text
| Example: When I follow "Log In"
| Example: And I follow "Log In"
| at `Drupal\DrupalExtension\Context\MinkContext::clickLink()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[106:110]`
default | [When|*] /^(?:|I )fill in "(?P<field>(?:[^"]|\\")*)" with "(?P<value>(?:[^"]|\\")*)"$/
| Fills in form field with specified id|name|label|value
| Example: When I fill in "username" with: "bwayne"
| Example: And I fill in "bwayne" for "username"
| at `Drupal\DrupalExtension\Context\MinkContext::fillField()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[121:126]`
default | [When|*] /^(?:|I )fill in "(?P<field>(?:[^"]|\\")*)" with:$/
| Fills in form field with specified id|name|label|value
| Example: When I fill in "username" with: "bwayne"
| Example: And I fill in "bwayne" for "username"
| at `Drupal\DrupalExtension\Context\MinkContext::fillField()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[121:126]`
default | [When|*] /^(?:|I )fill in "(?P<value>(?:[^"]|\\")*)" for "(?P<field>(?:[^"]|\\")*)"$/
| Fills in form field with specified id|name|label|value
| Example: When I fill in "username" with: "bwayne"
| Example: And I fill in "bwayne" for "username"
| at `Drupal\DrupalExtension\Context\MinkContext::fillField()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[121:126]`
default | [When|*] /^(?:|I )fill in the following:$/
| Fills in form fields with provided table
| Example: When I fill in the following"
| | username | bruceWayne |
| | password | iLoveBats123 |
| Example: And I fill in the following"
| | username | bruceWayne |
| | password | iLoveBats123 |
| at `Drupal\DrupalExtension\Context\MinkContext::fillFields()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[139:144]`
default | [When|*] /^(?:|I )select "(?P<option>(?:[^"]|\\")*)" from "(?P<select>(?:[^"]|\\")*)"$/
| Selects option in select field with specified id|name|label|value
| Example: When I select "Bats" from "user_fears"
| Example: And I select "Bats" from "user_fears"
| at `Drupal\DrupalExtension\Context\MinkContext::selectOption()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[153:158]`
default | [When|*] /^(?:|I )additionally select "(?P<option>(?:[^"]|\\")*)" from "(?P<select>(?:[^"]|\\")*)"$/
| Selects additional option in select field with specified id|name|label|value
| Example: When I additionally select "Deceased" from "parents_alive_status"
| Example: And I additionally select "Deceased" from "parents_alive_status"
| at `Drupal\DrupalExtension\Context\MinkContext::additionallySelectOption()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[167:172]`
default | [When|*] /^(?:|I )check "(?P<option>(?:[^"]|\\")*)"$/
| Checks checkbox with specified id|name|label|value
| Example: When I check "Pearl Necklace"
| Example: And I check "Pearl Necklace"
| at `Drupal\DrupalExtension\Context\MinkContext::checkOption()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[181:185]`
default | [When|*] /^(?:|I )uncheck "(?P<option>(?:[^"]|\\")*)"$/
| Unchecks checkbox with specified id|name|label|value
| Example: When I uncheck "Broadway Plays"
| Example: And I uncheck "Broadway Plays"
| at `Drupal\DrupalExtension\Context\MinkContext::uncheckOption()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[194:198]`
default | [When|*] /^(?:|I )attach the file "(?P<path>[^"]*)" to "(?P<field>(?:[^"]|\\")*)"$/
| Attaches file to field with specified id|name|label|value
| Example: When I attach "bwayne_profile.png" to "profileImageUpload"
| Example: And I attach "bwayne_profile.png" to "profileImageUpload"
| at `Drupal\DrupalExtension\Context\MinkContext::attachFileToField()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[207:219]`
default | [Then|*] /^(?:|I )should be on "(?P<page>[^"]+)"$/
| Checks, that current page PATH is equal to specified
| Example: Then I should be on "/"
| Example: And I should be on "/bats"
| Example: And I should be on "http://google.com"
| at `Drupal\DrupalExtension\Context\MinkContext::assertPageAddress()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[229:232]`
default | [Then|*] /^(?:|I )should be on (?:|the )homepage$/
| Checks, that current page is the homepage
| Example: Then I should be on the homepage
| Example: And I should be on the homepage
| at `Drupal\DrupalExtension\Context\MinkContext::assertHomepage()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[241:244]`
default | [Then|*] /^the (?i)url(?-i) should match (?P<pattern>"(?:[^"]|\\")*")$/
| Checks, that current page PATH matches regular expression
| Example: Then the url should match "superman is dead"
| Example: Then the uri should match "log in"
| Example: And the url should match "log in"
| at `Drupal\DrupalExtension\Context\MinkContext::assertUrlRegExp()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[254:257]`
default | [Then|*] /^the response status code should be (?P<code>\d+)$/
| Checks, that current page response status is equal to specified
| Example: Then the response status code should be 200
| Example: And the response status code should be 400
| at `Drupal\DrupalExtension\Context\MinkContext::assertResponseStatus()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[266:269]`
default | [Then|*] /^the response status code should not be (?P<code>\d+)$/
| Checks, that current page response status is not equal to specified
| Example: Then the response status code should not be 501
| Example: And the response status code should not be 404
| at `Drupal\DrupalExtension\Context\MinkContext::assertResponseStatusIsNot()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[278:281]`
default | [Then|*] /^(?:|I )should see "(?P<text>(?:[^"]|\\")*)"$/
| Checks, that page contains specified text
| Example: Then I should see "Who is the Batman?"
| Example: And I should see "Who is the Batman?"
| at `Drupal\DrupalExtension\Context\MinkContext::assertPageContainsText()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[290:293]`
default | [Then|*] /^(?:|I )should not see "(?P<text>(?:[^"]|\\")*)"$/
| Checks, that page doesn't contain specified text
| Example: Then I should not see "Batman is Bruce Wayne"
| Example: And I should not see "Batman is Bruce Wayne"
| at `Drupal\DrupalExtension\Context\MinkContext::assertPageNotContainsText()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[302:305]`
default | [Then|*] /^(?:|I )should see text matching (?P<pattern>"(?:[^"]|\\")*")$/
| Checks, that page contains text matching specified pattern
| Example: Then I should see text matching "Batman, the vigilante"
| Example: And I should not see "Batman, the vigilante"
| at `Drupal\DrupalExtension\Context\MinkContext::assertPageMatchesText()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[314:317]`
default | [Then|*] /^(?:|I )should not see text matching (?P<pattern>"(?:[^"]|\\")*")$/
| Checks, that page doesn't contain text matching specified pattern
| Example: Then I should see text matching "Bruce Wayne, the vigilante"
| Example: And I should not see "Bruce Wayne, the vigilante"
| at `Drupal\DrupalExtension\Context\MinkContext::assertPageNotMatchesText()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[326:329]`
default | [Then|*] /^the response should contain "(?P<text>(?:[^"]|\\")*)"$/
| Checks, that HTML response contains specified string
| Example: Then the response should contain "Batman is the hero Gotham deserves."
| Example: And the response should contain "Batman is the hero Gotham deserves."
| at `Drupal\DrupalExtension\Context\MinkContext::assertResponseContains()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[338:341]`
default | [Then|*] /^the response should not contain "(?P<text>(?:[^"]|\\")*)"$/
| Checks, that HTML response doesn't contain specified string
| Example: Then the response should not contain "Bruce Wayne is a billionaire, play-boy, vigilante."
| Example: And the response should not contain "Bruce Wayne is a billionaire, play-boy, vigilante."
| at `Drupal\DrupalExtension\Context\MinkContext::assertResponseNotContains()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[350:353]`
default | [Then|*] /^(?:|I )should see "(?P<text>(?:[^"]|\\")*)" in the "(?P<element>[^"]*)" element$/
| Checks, that element with specified CSS contains specified text
| Example: Then I should see "Batman" in the "heroes_list" element
| Example: And I should see "Batman" in the "heroes_list" element
| at `Drupal\DrupalExtension\Context\MinkContext::assertElementContainsText()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[362:365]`
default | [Then|*] /^(?:|I )should not see "(?P<text>(?:[^"]|\\")*)" in the "(?P<element>[^"]*)" element$/
| Checks, that element with specified CSS doesn't contain specified text
| Example: Then I should not see "Bruce Wayne" in the "heroes_alter_egos" element
| Example: And I should not see "Bruce Wayne" in the "heroes_alter_egos" element
| at `Drupal\DrupalExtension\Context\MinkContext::assertElementNotContainsText()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[374:377]`
default | [Then|*] /^the "(?P<element>[^"]*)" element should contain "(?P<value>(?:[^"]|\\")*)"$/
| Checks, that element with specified CSS contains specified HTML
| Example: Then the "body" element should contain "style=\"color:black;\""
| Example: And the "body" element should contain "style=\"color:black;\""
| at `Drupal\DrupalExtension\Context\MinkContext::assertElementContains()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[386:389]`
default | [Then|*] /^the "(?P<element>[^"]*)" element should not contain "(?P<value>(?:[^"]|\\")*)"$/
| Checks, that element with specified CSS doesn't contain specified HTML
| Example: Then the "body" element should not contain "style=\"color:black;\""
| Example: And the "body" element should not contain "style=\"color:black;\""
| at `Drupal\DrupalExtension\Context\MinkContext::assertElementNotContains()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[398:401]`
default | [Then|*] /^(?:|I )should see an? "(?P<element>[^"]*)" element$/
| Checks, that element with specified CSS exists on page
| Example: Then I should see a "body" element
| Example: And I should see a "body" element
| at `Drupal\DrupalExtension\Context\MinkContext::assertElementOnPage()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[410:413]`
default | [Then|*] /^(?:|I )should not see an? "(?P<element>[^"]*)" element$/
| Checks, that element with specified CSS doesn't exist on page
| Example: Then I should not see a "canvas" element
| Example: And I should not see a "canvas" element
| at `Drupal\DrupalExtension\Context\MinkContext::assertElementNotOnPage()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[422:425]`
default | [Then|*] /^the "(?P<field>(?:[^"]|\\")*)" field should contain "(?P<value>(?:[^"]|\\")*)"$/
| Checks, that form field with specified id|name|label|value has specified value
| Example: Then the "username" field should contain "bwayne"
| Example: And the "username" field should contain "bwayne"
| at `Drupal\DrupalExtension\Context\MinkContext::assertFieldContains()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[434:439]`
default | [Then|*] /^the "(?P<field>(?:[^"]|\\")*)" field should not contain "(?P<value>(?:[^"]|\\")*)"$/
| Checks, that form field with specified id|name|label|value doesn't have specified value
| Example: Then the "username" field should not contain "batman"
| Example: And the "username" field should not contain "batman"
| at `Drupal\DrupalExtension\Context\MinkContext::assertFieldNotContains()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[448:453]`
default | [Then|*] /^(?:|I )should see (?P<num>\d+) "(?P<element>[^"]*)" elements?$/
| Checks, that (?P<num>\d+) CSS elements exist on the page
| Example: Then I should see 5 "div" elements
| Example: And I should see 5 "div" elements
| at `Drupal\DrupalExtension\Context\MinkContext::assertNumElements()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[462:465]`
default | [Then|*] /^the "(?P<checkbox>(?:[^"]|\\")*)" checkbox should be checked$/
| Checks, that checkbox with specified id|name|label|value is checked
| Example: Then the "remember_me" checkbox should be checked
| Example: And the "remember_me" checkbox is checked
| at `Drupal\DrupalExtension\Context\MinkContext::assertCheckboxChecked()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[476:479]`
default | [Then|*] /^the "(?P<checkbox>(?:[^"]|\\")*)" checkbox is checked$/
| Checks, that checkbox with specified id|name|label|value is checked
| Example: Then the "remember_me" checkbox should be checked
| Example: And the "remember_me" checkbox is checked
| at `Drupal\DrupalExtension\Context\MinkContext::assertCheckboxChecked()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[476:479]`
default | [Then|*] /^the checkbox "(?P<checkbox>(?:[^"]|\\")*)" (?:is|should be) checked$/
| Checks, that checkbox with specified id|name|label|value is checked
| Example: Then the "remember_me" checkbox should be checked
| Example: And the "remember_me" checkbox is checked
| at `Drupal\DrupalExtension\Context\MinkContext::assertCheckboxChecked()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[476:479]`
default | [Then|*] /^the "(?P<checkbox>(?:[^"]|\\")*)" checkbox should (?:be unchecked|not be checked)$/
| Checks, that checkbox with specified id|name|label|value is unchecked
| Example: Then the "newsletter" checkbox should be unchecked
| Example: Then the "newsletter" checkbox should not be checked
| Example: And the "newsletter" checkbox is unchecked
| at `Drupal\DrupalExtension\Context\MinkContext::assertCheckboxNotChecked()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[492:495]`
default | [Then|*] /^the "(?P<checkbox>(?:[^"]|\\")*)" checkbox is (?:unchecked|not checked)$/
| Checks, that checkbox with specified id|name|label|value is unchecked
| Example: Then the "newsletter" checkbox should be unchecked
| Example: Then the "newsletter" checkbox should not be checked
| Example: And the "newsletter" checkbox is unchecked
| at `Drupal\DrupalExtension\Context\MinkContext::assertCheckboxNotChecked()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[492:495]`
default | [Then|*] /^the checkbox "(?P<checkbox>(?:[^"]|\\")*)" should (?:be unchecked|not be checked)$/
| Checks, that checkbox with specified id|name|label|value is unchecked
| Example: Then the "newsletter" checkbox should be unchecked
| Example: Then the "newsletter" checkbox should not be checked
| Example: And the "newsletter" checkbox is unchecked
| at `Drupal\DrupalExtension\Context\MinkContext::assertCheckboxNotChecked()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[492:495]`
default | [Then|*] /^the checkbox "(?P<checkbox>(?:[^"]|\\")*)" is (?:unchecked|not checked)$/
| Checks, that checkbox with specified id|name|label|value is unchecked
| Example: Then the "newsletter" checkbox should be unchecked
| Example: Then the "newsletter" checkbox should not be checked
| Example: And the "newsletter" checkbox is unchecked
| at `Drupal\DrupalExtension\Context\MinkContext::assertCheckboxNotChecked()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[492:495]`
default | [Then|*] /^print current URL$/
| Prints current URL to console.
| Example: Then print current URL
| Example: And print current URL
| at `Drupal\DrupalExtension\Context\MinkContext::printCurrentUrl()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[504:507]`
default | [Then|*] /^print last response$/
| Prints last response to console
| Example: Then print last response
| Example: And print last response
| at `Drupal\DrupalExtension\Context\MinkContext::printLastResponse()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[516:522]`
default | [Then|*] /^show last response$/
| Opens last response content in browser
| Example: Then show last response
| Example: And show last response
| at `Drupal\DrupalExtension\Context\MinkContext::showLastResponse()`
| on `T:\git\behatmink\vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php[531:540]`
default | [Then|*] I should see the error message( containing) :message
| Checks if the current page contains the given error message
|
| string The text to be checked
| at `Drupal\DrupalExtension\Context\MessageContext::assertErrorVisible()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MessageContext.php[29:36]`
default | [Then|*] I should see the following error message(s):
| Checks if the current page contains the given set of error messages
|
| array An array of texts to be checked
| at `Drupal\DrupalExtension\Context\MessageContext::assertMultipleErrors()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MessageContext.php[46:51]`
default | [Given|*] I should not see the error message( containing) :message
| Checks if the current page does not contain the given error message
|
| string The text to be checked
| at `Drupal\DrupalExtension\Context\MessageContext::assertNotErrorVisible()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MessageContext.php[61:67]`
default | [Then|*] I should not see the following error messages:
| Checks if the current page does not contain the given set error messages
|
| array An array of texts to be checked
| at `Drupal\DrupalExtension\Context\MessageContext::assertNotMultipleErrors()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MessageContext.php[77:82]`
default | [Then|*] I should see the success message( containing) :message
| Checks if the current page contains the given success message
|
| string The text to be checked
| at `Drupal\DrupalExtension\Context\MessageContext::assertSuccessMessage()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MessageContext.php[92:99]`
default | [Then|*] I should see the following success messages:
| Checks if the current page contains the given set of success messages
|
| array An array of texts to be checked
| at `Drupal\DrupalExtension\Context\MessageContext::assertMultipleSuccessMessage()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MessageContext.php[109:114]`
default | [Given|*] I should not see the success message( containing) :message
| Checks if the current page does not contain the given set of success message
|
| string The text to be checked
| at `Drupal\DrupalExtension\Context\MessageContext::assertNotSuccessMessage()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MessageContext.php[124:130]`
default | [Then|*] I should not see the following success messages:
| Checks if the current page does not contain the given set of success messages
|
| array An array of texts to be checked
| at `Drupal\DrupalExtension\Context\MessageContext::assertNotMultipleSuccessMessage()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MessageContext.php[140:145]`
default | [Then|*] I should see the warning message( containing) :message
| Checks if the current page contains the given warning message
|
| string The text to be checked
| at `Drupal\DrupalExtension\Context\MessageContext::assertWarningMessage()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MessageContext.php[155:162]`
default | [Then|*] I should see the following warning messages:
| Checks if the current page contains the given set of warning messages
|
| array An array of texts to be checked
| at `Drupal\DrupalExtension\Context\MessageContext::assertMultipleWarningMessage()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MessageContext.php[172:177]`
default | [Given|*] I should not see the warning message( containing) :message
| Checks if the current page does not contain the given set of warning message
|
| string The text to be checked
| at `Drupal\DrupalExtension\Context\MessageContext::assertNotWarningMessage()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MessageContext.php[187:193]`
default | [Then|*] I should not see the following warning messages:
| Checks if the current page does not contain the given set of warning messages
|
| array An array of texts to be checked
| at `Drupal\DrupalExtension\Context\MessageContext::assertNotMultipleWarningMessage()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MessageContext.php[203:208]`
default | [Then|*] I should see the message( containing) :message
| Checks if the current page contain the given message
|
| string The message to be checked
| at `Drupal\DrupalExtension\Context\MessageContext::assertMessage()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MessageContext.php[218:225]`
default | [Then|*] I should not see the message( containing) :message
| Checks if the current page does not contain the given message
|
| string The message to be checked
| at `Drupal\DrupalExtension\Context\MessageContext::assertNotMessage()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\MessageContext.php[235:241]`
default | [Given|*] I run drush :command
| at `Drupal\DrupalExtension\Context\DrushContext::assertDrushCommand()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\DrushContext.php[41:45]`
default | [Given|*] I run drush :command :arguments
| at `Drupal\DrupalExtension\Context\DrushContext::assertDrushCommandWithArgument()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\DrushContext.php[50:55]`
default | [Then|*] drush output should contain :output
| at `Drupal\DrupalExtension\Context\DrushContext::assertDrushOutput()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\DrushContext.php[60:64]`
default | [Then|*] drush output should match :regex
| at `Drupal\DrupalExtension\Context\DrushContext::assertDrushOutputMatches()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\DrushContext.php[69:73]`
default | [Then|*] drush output should not contain :output
| at `Drupal\DrupalExtension\Context\DrushContext::drushOutputShouldNotContain()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\DrushContext.php[78:82]`
default | [Then|*] print last drush output
| at `Drupal\DrupalExtension\Context\DrushContext::printLastDrushOutput()`
| on `T:\git\behatmink\vendor\drupal\drupal-extension\src\Drupal\DrupalExtension\Context\DrushContext.php[87:89]`
- Log in to post comments
