Skip to content

[pull] master from microsoft:master#446

Merged
pull[bot] merged 2 commits into
code:masterfrom
microsoft:master
May 12, 2026
Merged

[pull] master from microsoft:master#446
pull[bot] merged 2 commits into
code:masterfrom
microsoft:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented May 12, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

radium-v and others added 2 commits May 11, 2026 21:28
… tests (#36183)

## Previous Behavior

Playwright spec files hardcoded component tag names as string literals (e.g., `'fluent-accordion'`, `'fluent-accordion-item'`). Additionally, the `fastPage` fixture automatically called `setTemplate()` during setup, which meant tests could silently depend on that implicit initialization without expressing their own template requirements.

## New Behavior

- All spec files now import `tagName` (and related tag name constants) from each component's `.options.js` module and use those constants for `test.use()`, `document.createElement()`, `element.locator()`, and HTML template strings.
- The automatic `fastPage.setTemplate()` call has been removed from the test fixture, so every test must explicitly call `setTemplate()` with the template it needs, making each test's DOM setup self-describing.
…cessibility pages (#36120)

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@pull pull Bot locked and limited conversation to collaborators May 12, 2026
@pull pull Bot added the ⤵️ pull label May 12, 2026
@pull pull Bot merged commit 0307f02 into code:master May 12, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants