Move top-left toolbar tools to improve screen visibility #161
Annotations
5 errors, 2 warnings, and 1 notice
apps/examples/e2e/tests/test-smoke.spec.ts#L29
1) [Mobile Chrome] › test-smoke.spec.ts:27:6 › smoke tests › undo and redo ───────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeDisabled()
Locator: getByTestId('main.undo')
Expected: disabled
Received: <element(s) not found>
Call log:
- expect.toBeDisabled with timeout 5000ms
- waiting for getByTestId('main.undo')
27 | test('undo and redo', async ({ page }) => {
28 | // buttons should be disabled when there is no history
> 29 | expect(page.getByTestId('main.undo')).toBeDisabled()
| ^
30 | expect(page.getByTestId('main.redo')).toBeDisabled()
31 |
32 | // create a shape
at /home/runner/work/tldraw/tldraw/apps/examples/e2e/tests/test-smoke.spec.ts:29:41
|
apps/examples/e2e/tests/test-smoke.spec.ts#L46
1) [Mobile Chrome] › test-smoke.spec.ts:27:6 › smoke tests › undo and redo ───────────────────────
Error: locator.click: Test ended.
Call log:
- waiting for getByTestId('main.undo')
44 |
45 | // Click the undo button to undo the shape
> 46 | await page.getByTestId('main.undo').click()
| ^
47 |
48 | expect(await getAllShapeTypes(page)).toEqual([])
49 | expect(page.getByTestId('main.undo')).toBeDisabled()
at /home/runner/work/tldraw/tldraw/apps/examples/e2e/tests/test-smoke.spec.ts:46:39
|
apps/examples/e2e/tests/test-smoke.spec.ts#L29
1) [Mobile Chrome] › test-smoke.spec.ts:27:6 › smoke tests › undo and redo ───────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeDisabled()
Locator: getByTestId('main.undo')
Expected: disabled
Received: <element(s) not found>
Call log:
- expect.toBeDisabled with timeout 5000ms
- waiting for getByTestId('main.undo')
27 | test('undo and redo', async ({ page }) => {
28 | // buttons should be disabled when there is no history
> 29 | expect(page.getByTestId('main.undo')).toBeDisabled()
| ^
30 | expect(page.getByTestId('main.redo')).toBeDisabled()
31 |
32 | // create a shape
at /home/runner/work/tldraw/tldraw/apps/examples/e2e/tests/test-smoke.spec.ts:29:41
|
apps/examples/e2e/tests/test-smoke.spec.ts#L46
1) [Mobile Chrome] › test-smoke.spec.ts:27:6 › smoke tests › undo and redo ───────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test ended.
Call log:
- waiting for getByTestId('main.undo')
44 |
45 | // Click the undo button to undo the shape
> 46 | await page.getByTestId('main.undo').click()
| ^
47 |
48 | expect(await getAllShapeTypes(page)).toEqual([])
49 | expect(page.getByTestId('main.undo')).toBeDisabled()
at /home/runner/work/tldraw/tldraw/apps/examples/e2e/tests/test-smoke.spec.ts:46:39
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "playwright-report".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
|
The logs for this run have expired and are no longer available.
Loading