Issue #585: Create end2end test for expand/exit buttons in project page #620
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.
Create layout_02_fullscreen_expand_exit.spec.ts(a suit of end to end test of expand/exit full screen for four tiles). ignore other adjustment(failture to add uiid)
Context
This pull request addresses Issue #585 by creating an end-to-end test suite to verify the expand and exit fullscreen functionality for four tiles (palette, guide, stage, source) on the project page.
The test ensures:
Each tile's expand button successfully transitions the tile to fullscreen mode.
The exit fullscreen button properly reverts the tile to its original state.
The functionality works consistently across all four tiles.
Related issues
Verification
Run the test suite using the Playwright test runner, and all tests pass without errors.
Checklist