Skip to content

test(app): change language test#11295

Merged
adamdotdevin merged 7 commits intoanomalyco:devfrom
neriousy:test/change-language
Jan 30, 2026
Merged

test(app): change language test#11295
adamdotdevin merged 7 commits intoanomalyco:devfrom
neriousy:test/change-language

Conversation

@neriousy
Copy link
Contributor

What does this PR do?

Add's a test for changing the language

How did you verify your code works?

opencode and others added 2 commits January 30, 2026 06:48
…ng sent back as assistant message content (anomalyco#11270)

Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
@github-actions
Copy link
Contributor

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

@github-actions
Copy link
Contributor

The following comment was made by an LLM, it may be inaccurate:

No duplicate PRs found

Comment on lines -4 to -30
type Locator = {
first: () => Locator
getAttribute: (name: string) => Promise<string | null>
scrollIntoViewIfNeeded: () => Promise<void>
click: () => Promise<void>
}

type Page = {
locator: (selector: string) => Locator
keyboard: {
press: (key: string) => Promise<void>
}
}

type Fixtures = {
page: Page
slug: string
sdk: {
session: {
create: (input: { title: string }) => Promise<{ data?: { id?: string } }>
delete: (input: { sessionID: string }) => Promise<unknown>
}
}
gotoSession: (sessionID?: string) => Promise<void>
}

test("sidebar session links navigate to the selected session", async ({ page, slug, sdk, gotoSession }: Fixtures) => {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these types are not needed anymore i believe

@neriousy neriousy force-pushed the test/change-language branch from da5a3fa to 71c2c61 Compare January 30, 2026 11:00
github-actions bot added a commit that referenced this pull request Jan 30, 2026
github-actions bot added a commit that referenced this pull request Jan 30, 2026
@thdxr thdxr force-pushed the dev branch 4 times, most recently from f1ae801 to 08fa7f7 Compare January 30, 2026 14:37
thdxr added a commit that referenced this pull request Jan 30, 2026
opencode-agent bot added a commit that referenced this pull request Jan 30, 2026
opencode-agent bot added a commit that referenced this pull request Jan 30, 2026
Eric-Guo pushed a commit to Eric-Guo/opencode that referenced this pull request Jan 30, 2026
opencode-agent bot added a commit that referenced this pull request Jan 30, 2026
opencode-agent bot added a commit that referenced this pull request Jan 30, 2026
opencode-agent bot added a commit that referenced this pull request Jan 30, 2026
opencode-agent bot added a commit that referenced this pull request Jan 30, 2026
opencode-agent bot added a commit that referenced this pull request Jan 30, 2026
@adamdotdevin adamdotdevin enabled auto-merge (squash) January 30, 2026 17:40
opencode-agent bot added a commit that referenced this pull request Jan 30, 2026
opencode-agent bot added a commit that referenced this pull request Jan 30, 2026
opencode-agent bot added a commit that referenced this pull request Jan 30, 2026
opencode-agent bot added a commit that referenced this pull request Jan 30, 2026
opencode-agent bot added a commit that referenced this pull request Jan 30, 2026
@adamdotdevin adamdotdevin merged commit f48e2e5 into anomalyco:dev Jan 30, 2026
4 of 5 checks passed
elliotsegler pushed a commit to Akkodis-Solution-Engineering/opencode that referenced this pull request Jan 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants