fix(e2e): update conda-inline and uv-inline specs with badge assertions#1055
Merged
fix(e2e): update conda-inline and uv-inline specs with badge assertions#1055
Conversation
Add data-testid and data-env-manager/data-kernel-status attributes to NotebookToolbar for E2E assertions. Each fixture spec now verifies: - Runtime badge (Python/Deno) appears in toolbar - Env manager badge (UV/conda) appears after kernel launch - Trust dialog elements are present before approval New CI matrix entries (parallel runners): - UV Inline Deps (uv:inline + trust dialog) - Conda Inline Deps (conda:inline + trust dialog) - Trust Dialog (dismiss behavior) - UV Pyproject (project file detection) All 5 fixture specs updated to use setCellSource + button click pattern for WebDriver plugin compatibility. Note: prewarmed-uv badge assertion uses waitUntil polling since env-manager syncs from RuntimeStateDoc after kernel launch.
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.
Update conda-inline and uv-inline E2E specs for WebDriver plugin compatibility:
executeFirstCell()/typeSlowly()withsetCellSource()+ button clickdata-env-manager="uv"/"conda")waitUntilpolling for badge sync from RuntimeStateDocconsole.logdiagnostics for CI failure investigationThese were the last two specs not yet updated for
tauri-plugin-webdriver. The CI matrix entries for these already exist from #1038.PR submitted by @rgbkrk's agent Quill, via Zed