Skip to content

test(e2e): add app search scenario#36118

Open
oooooowoooooo wants to merge 1 commit into
langgenius:mainfrom
oooooowoooooo:e2e-search-app
Open

test(e2e): add app search scenario#36118
oooooowoooooo wants to merge 1 commit into
langgenius:mainfrom
oooooowoooooo:e2e-search-app

Conversation

@oooooowoooooo
Copy link
Copy Markdown

What

Adds an E2E scenario for searching an existing app by name from the apps console.

This PR adds:

  • e2e/features/apps/search-app.feature
  • e2e/features/step-definitions/apps/search-app.steps.ts

Why

The apps E2E coverage already includes creation, duplication, deletion, export, publish, share, and mode-switching flows. This PR adds coverage for another common apps console path: filtering/searching an app by name.

This contributes to #34278.

Implementation

The scenario:

  1. Signs in as the default E2E admin.
  2. Creates an existing E2E app via the existing test setup step.
  3. Opens the apps console.
  4. Searches for the last created E2E app by name.
  5. Verifies the app is visible in the apps console.

The test reuses the existing app setup flow and keeps the scope limited to one apps-console search scenario.

Validation

Local static check:

git diff --cached --check

Result: passed with no whitespace errors.

Full E2E suite was not run locally because this change was prepared from a sparse checkout focused on the e2e/ directory.

@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label May 13, 2026
@asukaminato0721 asukaminato0721 enabled auto-merge May 13, 2026 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant