-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
webUITextEditor/textFile.feature:21 failed on nightly #6792
Comments
Tried to add some pause and reload the page didn't work |
https://drone.owncloud.com/owncloud/ocis/10852/50/9
looks like a similar problem |
The issue behind the failure: #6798 |
A similar failure in the recent nightly build as well https://drone.owncloud.com/owncloud/web/30214/19/18 Scenario: append new content in a markdown file # features/webUITextEditor/textFile.feature:29
✔ Before # setup.js:38
✔ Before # setup.js:42
✔ Before # setup.js:53
✔ Before # setup.js:60
✔ Before # setup.js:71
✔ Before # stepDefinitions/filesContext.js:17
✔ Before # stepDefinitions/generalContext.js:206
✔ Before # stepDefinitions/generalContext.js:244
✔ Before # stepDefinitions/generalContext.js:256
✔ Before # stepDefinitions/middlewareContext.js:46
✔ Given user "Alice" has been created with default attributes and without skeleton files in the server # stepDefinitions/middlewareContext.js:66
✔ And user "Alice" has uploaded file with content "simple markdown file" to "simple.md" in the server # stepDefinitions/middlewareContext.js:66
✔ And user "Alice" has logged in using the webUI # stepDefinitions/loginContext.js:68
✔ And the user has browsed to the personal page # stepDefinitions/filesContext.js:103
✔ Given the user has opened file "simple.md" in the text editor webUI # stepDefinitions/textEditorContext.js:9
✔ When the user appends the content " new content added" in the text editor webUI # stepDefinitions/textEditorContext.js:24
✔ And the user saves the file in the text editor webUI # stepDefinitions/textEditorContext.js:28
✔ And the user closes the text editor using the webUI # stepDefinitions/textEditorContext.js:32
✖ Then as "Alice" the file "simple.md" should have the content "simple markdown file new content added" in the server # stepDefinitions/middlewareContext.js:66
Error: AssertionError [ERR_ASSERTION]: File should have content "simple markdown file new content added", but found "simple markdown file"
at fileShouldHaveContent (/usr/src/app/src/stepDefinitions/webdavContext.js:35:17)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async /usr/src/app/src/app.js:61:7
at /var/www/owncloud/web/tests/acceptance/stepDefinitions/middlewareContext.js:38:15
at processTicksAndRejections (node:internal/process/task_queues:96:5)
✔ After # stepDefinitions/middlewareContext.js:60
✔ After # stepDefinitions/generalContext.js:262
✔ After # stepDefinitions/generalContext.js:231
✔ After # stepDefinitions/generalContext.js:172
✔ After # setup.js:104
✔ After # setup.js:100
✔ After # setup.js:96
✔ After # setup.js:89
✔ After # setup.js:80 |
TODO:
|
Pass on locally and the same issue is hard to reproduce. I have debugged it in CI with multiple scenarios #8044 |
Let's wait a few days, and see how much the issue re-occurs. |
This issue is not seen in recent nightly builds. So this can be closed for now. |
Link to build: https://drone.owncloud.com/owncloud/web/24763/54/15
In ocis backend
The text was updated successfully, but these errors were encountered: