Skip to content

Commit 0f07768

Browse files
committed
fix parse errors
1 parent bddbc49 commit 0f07768

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

tests/features/bootstrap/FeatureContext.php

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -185,15 +185,6 @@ public function iRefreshThePage()
185185
$this->getSession()->getDriver()->reload();
186186
}
187187

188-
/**
189-
* @Given I refresh the page
190-
*/
191-
public function iRefreshThePage()
192-
{
193-
$this->getSession()->getDriver()->reload();
194-
}
195-
196-
197188
/**
198189
* @When /^I fill in "([^"]*)" with an email address$/
199190
*/
@@ -421,8 +412,9 @@ public function iShouldSeeOnPopups($message)
421412
return $message == $this->getSession()->getDriver()->getWebDriverSession()->getAlert_text();
422413
}
423414

424-
* @Then I must see :text
425-
*/
415+
/**
416+
* @Then I must see :text
417+
*/
426418
public function iMustSee($text)
427419
{
428420
$maxAttempts = 3;

0 commit comments

Comments
 (0)