Skip to content

Instantly share code, notes, and snippets.

@dmasior
Created December 29, 2019 09:58
Show Gist options
  • Save dmasior/f9b67b278846611f56a5921f7bfa95b0 to your computer and use it in GitHub Desktop.
Save dmasior/f9b67b278846611f56a5921f7bfa95b0 to your computer and use it in GitHub Desktop.
<?php
$I->amOnPage('/login');
$I->fillField('username', 'davert');
$I->fillField('password', 'qwerty');
$I->click('LOGIN');
$I->see('Welcome, Davert!');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment