wantTo('log in'); $I->amOnPage('/week_10_form.php'); $I->fillField('username','john'); $I->fillField('password','savage'); $I->click('Submit'); $I->expect('to be logged in'); $I->see('You are now logged in in the system'); ?>