mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix for go pro test
This commit is contained in:
parent
af4cb1dac8
commit
46ad320962
@ -32,10 +32,13 @@ class GoProCest
|
|||||||
$I->wait(1);
|
$I->wait(1);
|
||||||
|
|
||||||
$I->amOnPage('/dashboard');
|
$I->amOnPage('/dashboard');
|
||||||
$I->click('Go Pro');
|
$I->click('Upgrade');
|
||||||
$I->wait(1);
|
$I->wait(1);
|
||||||
|
|
||||||
$I->click('Upgrade Now!');
|
$I->click('#changePlanButton');
|
||||||
|
$I->wait(1);
|
||||||
|
|
||||||
|
$I->click('Pay Now');
|
||||||
$I->wait(1);
|
$I->wait(1);
|
||||||
|
|
||||||
$I->fillField(['name' => 'address1'], $this->faker->streetAddress);
|
$I->fillField(['name' => 'address1'], $this->faker->streetAddress);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user