Shorten the pending-checkout chip on phone widths #613
ci.yml
on: push
Format, Lint, Typecheck, Test, Browser Test, Build
8m 52s
Release Smoke
1m 0s
Deploy app.threadlines.dev
/
deploy
Annotations
2 errors and 10 warnings
|
Format, Lint, Typecheck, Test, Browser Test, Build
Process completed with exit code 1.
|
|
[chromium] src/components/ChatView.browser.tsx > ChatView timeline estimator parity (full app) > selects an environment before browsing when multiple environments are available:
apps/web/src/components/ChatView.browser.tsx#L7438
TimeoutError: locator.click: Timeout 28978ms exceeded.
Call log:
- waiting for locator('[data-vitest="true"]').contentFrame().getByTestId('command-palette').getByText('Local folder', { exact: true })
- locator resolved to <span class="truncate">Local folder</span>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
❯ click src/components/ChatView.browser.tsx:7438:63
|
|
unicorn(no-array-reverse):
apps/web/src/browserPanelStore.ts#L131
Use `Array#toReversed()` instead of `Array#reverse()`.
|
|
eslint(require-yield):
apps/desktop/src/preview/PreviewSession.ts#L56
This generator function does not have `yield`
|
|
eslint(require-yield):
apps/desktop/src/preview/LocalServers.ts#L32
This generator function does not have `yield`
|
|
eslint(require-yield):
apps/server/src/preview/PreviewAutomationBroker.ts#L96
This generator function does not have `yield`
|
|
eslint(no-unused-vars):
apps/server/src/cli/config.test.ts#L710
Variable 'derivedPaths' is declared but never used. Unused variables should start with a '_'.
|
|
react(no-unstable-nested-components):
apps/web/src/components/ChatMarkdown.tsx#L805
Do not define components during render.
|
|
react(no-unstable-nested-components):
apps/web/src/components/ChatMarkdown.tsx#L741
Do not define components during render.
|
|
react(no-unstable-nested-components):
apps/web/src/components/ChatMarkdown.tsx#L689
Do not define components during render.
|
|
react(no-unstable-nested-components):
apps/web/src/components/ChatMarkdown.tsx#L686
Do not define components during render.
|
|
react(no-unstable-nested-components):
apps/web/src/components/ChatMarkdown.tsx#L683
Do not define components during render.
|