fix(web): move the update-ready rocket above the rail account row #16762
Annotations
9 errors
|
|
|
Run UI P0 domain
The operation was canceled.
|
|
Run UI P0 domain:
e2e/ui/app-restoration.test.ts#L344
3) [chromium] βΊ ui/app-restoration.test.ts:309:1 βΊ [P0] @critical visiting an uploaded design file route restores its tab and file workspace surface
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: locator('.ws-tab[role="tab"]').filter({ has: locator('.ws-tab-label').filter({ hasText: 'deep-linked-reference.png' }) }).first()
Expected: visible
Timeout: 10000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for locator('.ws-tab[role="tab"]').filter({ has: locator('.ws-tab-label').filter({ hasText: 'deep-linked-reference.png' }) }).first()
342 | await expect((await uploadResponse).ok()).toBeTruthy();
343 | const fileTab = tabBySuffix(page, 'deep-linked-reference.png');
> 344 | await expect(fileTab).toBeVisible();
| ^
345 | const uploadedName = await fileTab.getAttribute('title');
346 | expect(uploadedName).toBeTruthy();
347 |
at /home/runner/work/open-design/open-design/e2e/ui/app-restoration.test.ts:344:25
|
|
Run UI P0 domain:
e2e/ui/app-restoration.test.ts#L344
3) [chromium] βΊ ui/app-restoration.test.ts:309:1 βΊ [P0] @critical visiting an uploaded design file route restores its tab and file workspace surface
Error: expect(locator).toBeVisible() failed
Locator: locator('.ws-tab[role="tab"]').filter({ has: locator('.ws-tab-label').filter({ hasText: 'deep-linked-reference.png' }) }).first()
Expected: visible
Timeout: 10000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for locator('.ws-tab[role="tab"]').filter({ has: locator('.ws-tab-label').filter({ hasText: 'deep-linked-reference.png' }) }).first()
342 | await expect((await uploadResponse).ok()).toBeTruthy();
343 | const fileTab = tabBySuffix(page, 'deep-linked-reference.png');
> 344 | await expect(fileTab).toBeVisible();
| ^
345 | const uploadedName = await fileTab.getAttribute('title');
346 | expect(uploadedName).toBeTruthy();
347 |
at /home/runner/work/open-design/open-design/e2e/ui/app-restoration.test.ts:344:25
|
|
Run UI P0 domain:
e2e/ui/app-restoration.test.ts#L242
2) [chromium] βΊ ui/app-restoration.test.ts:203:1 βΊ [P0] switching between projects restores each project workspace to its last active file tab
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: locator('.ws-tab[role="tab"]').filter({ has: locator('.ws-tab-label').filter({ hasText: 'alpha-primary.png' }) }).first()
Expected: visible
Timeout: 10000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for locator('.ws-tab[role="tab"]').filter({ has: locator('.ws-tab-label').filter({ hasText: 'alpha-primary.png' }) }).first()
240 | });
241 | await expect((await alphaPrimaryUpload).ok()).toBeTruthy();
> 242 | await expect(tabBySuffix(page, 'alpha-primary.png')).toBeVisible();
| ^
243 | const alphaSecondaryUpload = page.waitForResponse(
244 | (resp: Response) => resp.url().includes('/upload') && resp.request().method() === 'POST',
245 | { timeout: 5000 },
at /home/runner/work/open-design/open-design/e2e/ui/app-restoration.test.ts:242:56
|
|
Run UI P0 domain:
e2e/ui/app-restoration.test.ts#L242
2) [chromium] βΊ ui/app-restoration.test.ts:203:1 βΊ [P0] switching between projects restores each project workspace to its last active file tab
Error: expect(locator).toBeVisible() failed
Locator: locator('.ws-tab[role="tab"]').filter({ has: locator('.ws-tab-label').filter({ hasText: 'alpha-primary.png' }) }).first()
Expected: visible
Timeout: 10000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for locator('.ws-tab[role="tab"]').filter({ has: locator('.ws-tab-label').filter({ hasText: 'alpha-primary.png' }) }).first()
240 | });
241 | await expect((await alphaPrimaryUpload).ok()).toBeTruthy();
> 242 | await expect(tabBySuffix(page, 'alpha-primary.png')).toBeVisible();
| ^
243 | const alphaSecondaryUpload = page.waitForResponse(
244 | (resp: Response) => resp.url().includes('/upload') && resp.request().method() === 'POST',
245 | { timeout: 5000 },
at /home/runner/work/open-design/open-design/e2e/ui/app-restoration.test.ts:242:56
|
|
Run UI P0 domain:
e2e/ui/app-restoration.test.ts#L3865
1) [chromium] βΊ ui/app-restoration.test.ts:84:1 βΊ [P0] @critical workspace restores the last manually selected file tab after reload instead of jumping back to the generated artifact
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
Call Log:
- Timeout 20000ms exceeded while waiting on the predicate
3863 | );
3864 | }, { timeout: T.medium })
> 3865 | .toBe(true);
| ^
3866 | }
3867 |
3868 | async function expectProjectFilesToIncludeSuffixes(
at expectPersistedArtifactMessage (/home/runner/work/open-design/open-design/e2e/ui/app-restoration.test.ts:3865:6)
at /home/runner/work/open-design/open-design/e2e/ui/app-restoration.test.ts:144:9
|
|
Run UI P0 domain:
e2e/ui/app-restoration.test.ts#L3865
1) [chromium] βΊ ui/app-restoration.test.ts:84:1 βΊ [P0] @critical workspace restores the last manually selected file tab after reload instead of jumping back to the generated artifact
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
Call Log:
- Timeout 20000ms exceeded while waiting on the predicate
3863 | );
3864 | }, { timeout: T.medium })
> 3865 | .toBe(true);
| ^
3866 | }
3867 |
3868 | async function expectProjectFilesToIncludeSuffixes(
at expectPersistedArtifactMessage (/home/runner/work/open-design/open-design/e2e/ui/app-restoration.test.ts:3865:6)
at /home/runner/work/open-design/open-design/e2e/ui/app-restoration.test.ts:144:9
|
|
|
background
wait
wait-all
cancel
parallel
Loading