Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat(site): allow starting task workspace from task page#19790

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
DanielleMaywood merged 11 commits intomainfromdanielle/tasks/start-workspace
Sep 23, 2025
Merged
Changes from1 commit
Commits
Show all changes
11 commits
Select commitHold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
chore: fix test expectation
  • Loading branch information
@DanielleMaywood
DanielleMaywood committedSep 12, 2025
commit35402f3f08d492b90bcaeb45a30e61c8ef06e9e4

Some comments aren't visible on the classic Files Changed page.

2 changes: 1 addition & 1 deletionsite/src/pages/TaskPage/TaskPage.stories.tsx
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -383,7 +383,7 @@ export const WorkspaceStartFailure: Story = {
await userEvent.click(startButton);

await waitFor(async () => {
const errorMessage = await canvas.findByText("Failed to start workspace");
const errorMessage = await canvas.findByText("Some unexpected error");
expect(errorMessage).toBeInTheDocument();
});
},
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp