Skip to content

Commit

Permalink
Merge pull request #218 from tikohatico/fix_step_defenition_variable
Browse files Browse the repository at this point in the history
Remove " in the step name
  • Loading branch information
jhedstrom committed Dec 14, 2015
2 parents 3bb0693 + 790ee93 commit a69a009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drupal/DrupalExtension/Context/DrupalContext.php
Expand Up @@ -170,7 +170,7 @@ public function getTableRow(Element $element, $search) {
/**
* Find text in a table row containing given text.
*
* @Then I should see (the text ):text in the ":rowText" row
* @Then I should see (the text ):text in the :rowText row
*/
public function assertTextInTableRow($text, $rowText) {
$row = $this->getTableRow($this->getSession()->getPage(), $rowText);
Expand Down

0 comments on commit a69a009

Please sign in to comment.