Add tests#19
Merged
Merged
Conversation
ConsoleBusService (8): append, subscribe, clear, max cap, channels ConsoleTelemetryService (8): snapshots, KV parsing, merging, trim KeyValueParser (10): single/multi pair, edge cases, timestamps KeyValueHistory (3): deep clone, independent mutation, empty Language (9): all extension mappings, edge cases PackageEventsService (4): notify, unsubscribe, errors, safety ProjectImportUtils (10): file extension checks, size formatting Remove demo placeholder test. Fix Playwright test with real assertions (logo link, theme toggle, heading visibility).
…ct pages - home.spec.ts: hero CTAs, template heading, header visibility - navigation.spec.ts: header link navigation, create/import links - project-new.spec.ts: heading + header rendering, search params - project-import.spec.ts: heading + tabs, submit disabled state Fix index.spec.ts selector ambiguity (JacLy matches template cards).
…lures Project/Docs links matched 'Open recent projects'/'Browse all projects' in WebKit/Firefox, causing Playwright strict mode violation. Use exact: true for nav link selectors.
…04, docs - project-new: fill name, select first template via button card, click create, wait for Creating... state or Blockly editor (.blocklyMainBackground) - project-list: verify page renders with heading + create/import links - not-found: verify 404 text, go home link, go back button - docs: verify layout renders, dynamic doc page param works 45/45 tests pass across chromium, firefox, webkit.
Verify complete flow: name input → template select → create → 'Creating...' state → redirect to /project/ → editor page (no GeneralHeader nav) → loading spinner gone → Blockly workspace (.blocklyMainBackground) visible → project name + editor controls visible.
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.
ConsoleBusService (8): append, subscribe, clear, max cap, channels
ConsoleTelemetryService (8): snapshots, KV parsing, merging, trim
KeyValueParser (10): single/multi pair, edge cases, timestamps
KeyValueHistory (3): deep clone, independent mutation, empty
Language (9): all extension mappings, edge cases
PackageEventsService (4): notify, unsubscribe, errors, safety
ProjectImportUtils (10): file extension checks, size formatting
Remove demo placeholder test. Fix Playwright test with real
assertions (logo link, theme toggle, heading visibility).