Add rendered UI coverage for admin tabular run controls - #1223
Merged
Paul Lizer (paullizer) merged 2 commits intoAug 12, 2026
Merged
Conversation
Replace the source-only check with a guarded Playwright save, reload, and restoration regression for issue #1201. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Resolve the issue #1201 config version at 0.250.170 and add the rendered Admin tabular controls release note. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
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
Development, resolve the application version at0.250.170, and add the issue to the release notes and fix documentationValidation
python -m pytest ui_tests/test_admin_tabular_run_controls.py --collect-only -q: 1 test collectedpython -m pytest functional_tests/test_app_version_assertion_guardrails.py functional_tests/test_versioning_helper.py functional_tests/test_tabular_execution_settings_sanitization.py -q: 4 passed0.250.170The live repository-environment invocation skips when the authenticated UI URL, storage state, or explicit mutation opt-in is absent, as designed.
Baseline note
functional_tests/test_changed_files_action_version.pystill fails on the base branch because it expects the literaltj-actions/changed-files@v46.0.1reference while the workflow uses the SHA-pinned equivalent with a# v46.0.1comment. This PR does not modify that unrelated workflow or test.Fixes #1201