-
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
[oC10] [acceptance] Nightly failed webUITextEditor/textFile.feature:29 #8329
Labels
Comments
might be similar issue in oc10? #6798 |
Cannot reproduce locally and manually, and failure not occurring in PRs and current nightly. So let this issue remains open and investigate thoroughly if failure reoccurs. No failure in debug PR #8339
|
Similar failure appeared: https://drone.owncloud.com/owncloud/web/32536/20/18 @disablePreviews
Scenario: update a markdown file with new content # features/webUITextEditor/textFile.feature:21
- Connecting to selenium on port 4444...
ℹ Connected to selenium on port 4444 (5804ms).
Using: chrome (104.0.5112.79) on Linux platform.
Given user "Alice" has been created with default attributes and without skeleton files in the server
And user "Alice" has uploaded file with content "simple markdown file" to "simple.md" in the server
And user "Alice" has logged in using the webUI
And the user has browsed to the personal page
Given the user has opened file "simple.md" in the text editor webUI
When the user inputs the content "updated content" in the text editor webUI
And the user saves the file in the text editor webUI
And the user closes the text editor using the webUI
Then as "Alice" the file "simple.md" should have the content "updated content" in the server
✖ failed
Error: AssertionError [ERR_ASSERTION]: File should have content "updated content", 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 runMicrotasks (<anonymous>)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
Result: FAILED |
10 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Build:
oC10Files5-chrome-latest
The text was updated successfully, but these errors were encountered: