fix(test): increase timeout
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.
Test summary
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 |
Failures
|
Run group: split-0 (Linux, Electron |
|||
|---|---|---|---|
|
|
Assistant.spec.js |
1 |
|
| 1 | Assistant > Open translate dialog | ||
|
Run group: split-8 (Linux, Electron |
|||
|
|
nodes/ImageView.spec.js |
2 |
|
| 1 | Image View > native attachments > open image in modal | ||
| 2 | Image View > native attachments > download non-image gzip attachment | ||
Flakiness
|
|
nodes/Table.spec.js |
3 |
|
|---|---|---|---|
| 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 |
1 |
|
| 1 | Workspace > formats text | ||
|
|
conflict.spec.js |
1 |
|
| 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
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
Let me close this as it seems a timeout is not the problem and my attempts also failed 😢