mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 22:28:51 +01:00
Travis test fix.
This commit is contained in:
parent
f5d79730eb
commit
1f51a9f120
@ -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
|
||||
|
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user