Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixing a typo
  • Loading branch information
individual-it committed Feb 21, 2017
commit 09efe4b4ee358567104e0501f57d5c72fcbd7bcf
4 changes: 2 additions & 2 deletions tests/ui/features/bootstrap/UsersContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ public function quotaOfUserShouldBeSetTo($username, $quota)
}

/**
* @Given I am loged in as :username using the password :password
* @Given I am logged in as :username using the password :password
*/
public function iAmLogedInAsUsingThePassword($username, $password)
public function iAmLoggedInAsUsingThePassword($username, $password)
{
$this->loginPage->open();
$this->loginPage->loginAs($username, $password);
Expand Down