diff --git a/tests/acceptance/SingleCept.php b/tests/acceptance/SingleCept.php index 63086a0..0a8753a 100644 --- a/tests/acceptance/SingleCept.php +++ b/tests/acceptance/SingleCept.php @@ -4,6 +4,6 @@ $I->wantTo('Test Google\'s Search Functionality'); $I->amOnPage('/ncr'); $I->fillField('q', 'BrowserStack'); - $I->click('btnG'); + $I->pressKey('#lst-ib', WebDriverKeys::ENTER); $I->seeInTitle('BrowserStack - Google Search'); ?>