File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -43,19 +43,19 @@ class UserCest
43
43
{
44
44
$page-> openProfile();
45
45
$page->editProfile();
46
- $I->fillField($this-> page->oldPasswordField, '123456');
47
- $I->fillField($this-> page->newPasswordField, '654321');
48
- $I->fillField($this-> page->passwordFieldRepeat, '654321');
49
- $I->click($this-> page->saveBtn);
46
+ $I->fillField($page->oldPasswordField, '123456');
47
+ $I->fillField($page->newPasswordField, '654321');
48
+ $I->fillField($page->passwordFieldRepeat, '654321');
49
+ $I->click($page->saveBtn);
50
50
$I->see('Password has been updated');
51
51
}
52
52
53
53
// inject step object into Cest
54
54
function adminUpdatePassword(\Step\Admin $I)
55
55
{
56
- $I->enterAdminArea();
57
- $I->changePassword('654321');
58
- $I->see('Password has been updated');
56
+ $I->enterAdminArea();
57
+ $I->changePassword('654321');
58
+ $I->see('Password has been updated');
59
59
}
60
60
}
61
61
?>
You can’t perform that action at this time.
0 commit comments