fix(workspace): preserve scoped projects after main sync #17060
Annotations
3 errors and 1 notice
|
Run UI P0 domain
Process completed with exit code 1.
|
|
Run UI P0 domain:
e2e/ui/app-manual-edit.test.ts#L795
1) [chromium] βΊ ui/app-manual-edit.test.ts:769:1 βΊ [P0] @critical edited HTML file restores selected tab and preview after reload
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: locator.click: Error: strict mode violation: getByTestId('manual-edit-mode-toggle') resolved to 2 elements:
1) <button title="Edit" type="button" aria-label="Edit" data-tooltip="Edit" aria-pressed="false" data-tooltip-placement="bottom" data-testid="manual-edit-mode-toggle" class="viewer-action viewer-action-icon od-tooltip">β¦</button> aka getByTestId('file-workspace').getByRole('button', { name: 'Edit' })
2) <button title="Edit" type="button" aria-label="Edit" data-tooltip="Edit" aria-pressed="false" data-tooltip-placement="bottom" data-testid="manual-edit-mode-toggle" class="viewer-action viewer-action-icon od-tooltip">β¦</button> aka getByTestId('manual-edit-mode-toggle').nth(1)
Call log:
- waiting for getByTestId('manual-edit-mode-toggle')
793 | const frame = artifactPreviewFrame(page);
794 | await expect(frame.getByRole('heading', { name: 'Original Hero' })).toBeVisible();
> 795 | await page.getByTestId('manual-edit-mode-toggle').click();
| ^
796 | await selectPreviewElementThroughBridge(page, frame, '[data-od-id="hero-title"]', 'Parameters');
797 | const parameters = inspectorSection(page, 'Parameters');
798 | const fontSizeInput = parameters.locator('.cc-row').filter({ hasText: 'Font size' }).locator('input');
at /home/runner/work/open-design/open-design/e2e/ui/app-manual-edit.test.ts:795:53
|
|
Run UI P0 domain:
e2e/ui/app-manual-edit.test.ts#L795
1) [chromium] βΊ ui/app-manual-edit.test.ts:769:1 βΊ [P0] @critical edited HTML file restores selected tab and preview after reload
Error: locator.click: Error: strict mode violation: getByTestId('manual-edit-mode-toggle') resolved to 2 elements:
1) <button title="Edit" type="button" aria-label="Edit" data-tooltip="Edit" aria-pressed="false" data-tooltip-placement="bottom" data-testid="manual-edit-mode-toggle" class="viewer-action viewer-action-icon od-tooltip">β¦</button> aka getByTestId('manual-edit-mode-toggle').first()
2) <button title="Edit" type="button" aria-label="Edit" data-tooltip="Edit" aria-pressed="false" data-tooltip-placement="bottom" data-testid="manual-edit-mode-toggle" class="viewer-action viewer-action-icon od-tooltip">β¦</button> aka getByTestId('file-workspace').getByRole('button', { name: 'Edit' })
Call log:
- waiting for getByTestId('manual-edit-mode-toggle')
793 | const frame = artifactPreviewFrame(page);
794 | await expect(frame.getByRole('heading', { name: 'Original Hero' })).toBeVisible();
> 795 | await page.getByTestId('manual-edit-mode-toggle').click();
| ^
796 | await selectPreviewElementThroughBridge(page, frame, '[data-od-id="hero-title"]', 'Parameters');
797 | const parameters = inspectorSection(page, 'Parameters');
798 | const fontSizeInput = parameters.locator('.cc-row').filter({ hasText: 'Font size' }).locator('input');
at /home/runner/work/open-design/open-design/e2e/ui/app-manual-edit.test.ts:795:53
|
|
Run UI P0 domain
1 failed
[chromium] βΊ ui/app-manual-edit.test.ts:769:1 βΊ [P0] @critical edited HTML file restores selected tab and preview after reload
33 passed (11.6m)
|
background
wait
wait-all
cancel
parallel
Loading