Phase 3: Add AI submenu Playwright tests#1
Merged
workcontrolgit merged 1 commit intodevelopfrom Apr 21, 2026
Merged
Conversation
🎭 Playwright Test Results
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
page-objects/:ai-assistant.page.ts— chat UI locators for/ai/assistantai-hr-insight.page.ts— suggestion buttons, question input for/ai/hr-insightai-nl-search.page.ts— search input, parsed expression, results table for/ai/nl-searchai-vector-search.page.ts— search input, score badges, results table for/ai/vector-searchtests/ai/:ai-navigation.spec.ts— routes accessible,/ai→/ai/assistantredirect,/ai-chatbackward-compat redirectai-assistant.spec.ts— page loads, disabled banner, chat UI, send/clearai-hr-insight.spec.ts— page loads, suggestion buttons, ask a questionai-nl-search.spec.ts— page loads, search input, parsed expression after query, clearai-vector-search.spec.ts— page loads, search input, score badges, cleartests/screenshots/blog-screenshots.spec.ts— replaced stale/ai-chattab-based screenshots with new per-page screenshots for/ai/assistant,/ai/hr-insight,/ai/nl-search,/ai/vector-searchTest design notes
test.skip()gracefully whenaiEnabledis false — CI passes without OllamaTest plan
npx playwright test tests/ai/with full stack running — navigation tests should passaiEnabled: false— all AI page tests skip gracefully (no failures)aiEnabled: true+ Ollama — chat/search tests execute and verify responses