mirror of
https://github.com/humhub/humhub.git
synced 2025-04-24 17:24:39 +02:00
Added travis debug upload
This commit is contained in:
parent
36014e0412
commit
fdc87e0c91
@ -50,5 +50,6 @@ script:
|
||||
after_failure:
|
||||
- cd ../modules/stream/tests/codeception/_output/
|
||||
- ls
|
||||
- curl --upload-file ./stream.acceptance.StreamCest.testEditPost.fail.png https://transfer.sh/fail.png
|
||||
- cat stream.acceptance.StreamCest.testEditPost.fail.html
|
||||
|
||||
|
@ -157,6 +157,7 @@ class StreamCest
|
||||
|
||||
$newEntrySelector = '[data-content-key="12"]';
|
||||
|
||||
$I->waitForElementVisible($newEntrySelector);
|
||||
$I->see('This is my first stream test post', '.wall-entry');
|
||||
|
||||
$I->amGoingTo('edit load the edit form');
|
||||
|
Loading…
x
Reference in New Issue
Block a user