You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'll list here the randomly failing tests so that we can find out if it's often the same ones that come back or not. If it's often the same ones we could potentially comment them out.
main.spec.ts: should correctly resize large images
Count: 1
➤ YN0000: [@joplin/app-desktop]: 1) main.spec.ts:99:6 › main › should correctly resize large images ───────────────────────────────
➤ YN0000: [@joplin/app-desktop]:
➤ YN0000: [@joplin/app-desktop]: TimeoutError: locator.waitFor: Timeout 30000ms exceeded.
➤ YN0000: [@joplin/app-desktop]: Call log:
➤ YN0000: [@joplin/app-desktop]: - waiting for locator('.rli-editor').locator('iframe[src$="note-viewer/index.html"]').frameLocator(':scope').getByAltText('large-jpg-image-with-exif-rotation.jpg')
➤ YN0000: [@joplin/app-desktop]:
➤ YN0000: [@joplin/app-desktop]:
➤ YN0000: [@joplin/app-desktop]: at util/getImageSourceSize.ts:6
➤ YN0000: [@joplin/app-desktop]:
➤ YN0000: [@joplin/app-desktop]: 4 | // Use state: 'attached' -- we don't need the image to be on the screen (just present
➤ YN0000: [@joplin/app-desktop]: 5 | // in the DOM).
➤ YN0000: [@joplin/app-desktop]: > 6 | await imageLocator.waitFor({ state: 'attached' });
➤ YN0000: [@joplin/app-desktop]: | ^
➤ YN0000: [@joplin/app-desktop]: 7 |
➤ YN0000: [@joplin/app-desktop]: 8 | // We load a copy of the image to avoid returning an overriden width set with
➤ YN0000: [@joplin/app-desktop]: 9 | // .width = some_number
➤ YN0000: [@joplin/app-desktop]:
➤ YN0000: [@joplin/app-desktop]: at getImageSourceSize (/home/runner/work/joplin/joplin/packages/app-desktop/integration-tests/util/getImageSourceSize.ts:6:21)
➤ YN0000: [@joplin/app-desktop]: at /home/runner/work/joplin/joplin/packages/app-desktop/integration-tests/main.spec.ts:131:47
➤ YN0000: [@joplin/app-desktop]:
➤ YN0000: [@joplin/app-desktop]: Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
➤ YN0000: [@joplin/app-desktop]:
➤ YN0000: [@joplin/app-desktop]: TimeoutError: locator.waitFor: Timeout 30000ms exceeded.
➤ YN0000: [@joplin/app-desktop]: Call log:
➤ YN0000: [@joplin/app-desktop]: - waiting for locator('.rli-editor').locator('iframe[src$="note-viewer/index.html"]').frameLocator(':scope').getByAltText('large-jpg-image-with-exif-rotation.jpg')
➤ YN0000: [@joplin/app-desktop]:
➤ YN0000: [@joplin/app-desktop]:
➤ YN0000: [@joplin/app-desktop]: at util/getImageSourceSize.ts:6
➤ YN0000: [@joplin/app-desktop]:
➤ YN0000: [@joplin/app-desktop]: 4 | // Use state: 'attached' -- we don't need the image to be on the screen (just present
➤ YN0000: [@joplin/app-desktop]: 5 | // in the DOM).
➤ YN0000: [@joplin/app-desktop]: > 6 | await imageLocator.waitFor({ state: 'attached' });
➤ YN0000: [@joplin/app-desktop]: | ^
➤ YN0000: [@joplin/app-desktop]: 7 |
➤ YN0000: [@joplin/app-desktop]: 8 | // We load a copy of the image to avoid returning an overriden width set with
➤ YN0000: [@joplin/app-desktop]: 9 | // .width = some_number
➤ YN0000: [@joplin/app-desktop]:
➤ YN0000: [@joplin/app-desktop]: at getImageSourceSize (/home/runner/work/joplin/joplin/packages/app-desktop/integration-tests/util/getImageSourceSize.ts:6:21)
➤ YN0000: [@joplin/app-desktop]: at /home/runner/work/joplin/joplin/packages/app-desktop/integration-tests/main.spec.ts:121:44
➤ YN0000: [@joplin/app-desktop]:
➤ YN0000: [@joplin/app-desktop]: attachment #1: trace (application/zip) ─────────────────────────────────────────────────────────
➤ YN0000: [@joplin/app-desktop]: test-results/main-main-should-correctly-resize-large-images-retry1/trace.zip
➤ YN0000: [@joplin/app-desktop]: Usage:
➤ YN0000: [@joplin/app-desktop]:
➤ YN0000: [@joplin/app-desktop]: yarn playwright show-trace test-results/main-main-should-correctly-resize-large-images-retry1/trace.zip
➤ YN0000: [@joplin/app-desktop]:
markdownEditor.spec.ts: preview pane should render video attachments
We'll list here the randomly failing tests so that we can find out if it's often the same ones that come back or not. If it's often the same ones we could potentially comment them out.
main.spec.ts: should correctly resize large images
Count: 1
markdownEditor.spec.ts: preview pane should render video attachments
Count: 2
screens/Note › changing the note body in the editor should update the note's body
Count: 2
The text was updated successfully, but these errors were encountered: