Added travis debug upload

This commit is contained in:
buddh4 2018-07-02 14:39:12 +02:00
parent 36014e0412
commit fdc87e0c91
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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');