We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e10f9 commit 28db5bcCopy full SHA for 28db5bc
codeception.yml
@@ -3,7 +3,7 @@ extensions:
3
- Codeception\Extension\RunFailed
4
coverage:
5
enabled: true
6
- remote: false
+ remote: true
7
c3_url: 'http://dev.local'
8
cookie_domain: ".mysite.com"
9
tests/acceptance/ReactJSCest.php
@@ -16,7 +16,7 @@ public function tryToTest(AcceptanceTester $I) {
16
// tests
17
public function tryToHelloMessage(AcceptanceTester $I) {
18
$I->amOnPage('/HelloMessage');
19
- $I->wait(10);
+ $I->wait(2);
20
$I->canSee('Salut Thierry', 'body');
21
}
22
0 commit comments