text icon indicating copy to clipboard operation
text copied to clipboard

fix(test): increase timeout

Open elzody opened this issue 1 year ago • 2 comments

Should fix ImageView.spec.js. The issue seemed to be that the elements were loading, but too slowly and the Cypress commands timed out. Adding a longer timeout should be reasonable enough.

elzody avatar Aug 13 '24 16:08 elzody



Test summary

207 3 2 0Flakiness 5


Run details

Project Text
Status Failed
Commit 0fa3fb5bbd
Started Aug 14, 2024 7:27 AM
Ended Aug 14, 2024 7:36 AM
Duration 09:04 💡
OS Linux Ubuntu -
Browser Electron 114

View run in Cypress Cloud ➡️


Failures

Run group: split-0 (Linux, Electron )
Assistant.spec.js Failed
1 Assistant > Open translate dialog
Run group: split-8 (Linux, Electron )
nodes/ImageView.spec.js Failed
1 Image View > native attachments > open image in modal
2 Image View > native attachments > download non-image gzip attachment

Flakiness

nodes/Table.spec.js Flakiness
1 table plugin > Enter creates newline and navigates
2 table plugin > Table column alignment
3 table plugin > Keep alignment on new row
workspace.spec.js Flakiness
1 Workspace > formats text
conflict.spec.js Flakiness
1 text/plain (lines.txt) > resolves conflict using server version

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Cloud

cypress[bot] avatar Aug 13 '24 20:08 cypress[bot]

New attempt use chrome instead of electron, now downgrading to 114 due to the running out of memory error.

If that passes generally we may also want to try to bump cypress and keep chrome pinned for now

Next could be the fix from https://github.com/cypress-io/cypress/issues/27415#issuecomment-2169155274

juliusknorr avatar Aug 29 '24 11:08 juliusknorr

Let me close this as it seems a timeout is not the problem and my attempts also failed 😢

juliusknorr avatar Sep 13 '24 08:09 juliusknorr