Travis test fix.

This commit is contained in:
buddh4 2017-01-26 23:46:51 +01:00
parent f5d79730eb
commit 1f51a9f120
2 changed files with 3 additions and 3 deletions

View File

@ -64,6 +64,6 @@ script:
after_failure:
- cd ../modules/user/tests/codeception/_output/
- ls
- cat user.acceptance.ProfileCest.testViewAboutPage.fail.html
- cat useracceptanceProfileCest.testViewAboutPage.fail.html
#cat ../modules/*/tests/codeception/_output/*.html

View File

@ -43,12 +43,12 @@ class CreateSpaceCest
// Fresh test environments (travis) won't have any preinstalled modules.
// Perhaps we should fetch an module manually by default.
try {
/*try {
$I->waitForText('Add Modules', 5, '#globalModal');
$I->click('Next', '#globalModal');
} catch (Exception $e) {
// Do this if it's not present.
}
}*/
$I->waitForText('Invite members', 10, '#globalModal');
$I->selectUserFromPicker('#space-invite-user-picker', 'Peter Tester');