We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bddbc49 commit 0f07768Copy full SHA for 0f07768
tests/features/bootstrap/FeatureContext.php
@@ -185,15 +185,6 @@ public function iRefreshThePage()
185
$this->getSession()->getDriver()->reload();
186
}
187
188
- /**
189
- * @Given I refresh the page
190
- */
191
- public function iRefreshThePage()
192
- {
193
- $this->getSession()->getDriver()->reload();
194
- }
195
-
196
197
/**
198
* @When /^I fill in "([^"]*)" with an email address$/
199
*/
@@ -421,8 +412,9 @@ public function iShouldSeeOnPopups($message)
421
412
return $message == $this->getSession()->getDriver()->getWebDriverSession()->getAlert_text();
422
413
423
414
424
- * @Then I must see :text
425
415
+ /**
416
+ * @Then I must see :text
417
+ */
426
418
public function iMustSee($text)
427
419
{
428
420
$maxAttempts = 3;
0 commit comments