Skip to content

Commit 2b2597b

Browse files
committed
sync(bfmono): feat(gambit-simulator): split verify results into tabs (+19 more) (bfmono@0ce337e1c)
This PR is an automated gambitmono sync of bfmono Gambit packages. - Source: `packages/gambit/` - Core: `packages/gambit/packages/gambit-core/` - bfmono rev: 0ce337e1c Changes: - 0ce337e1c feat(gambit-simulator): split verify results into tabs - c496b4cce feat(simulator-ui): streamline verify batch controls - de43c6b8a fix(gambit): keep manual Grade test run selection stable - 29c7ebc15 chore(gambit): cut 0.8.6-rc.7 release - fc2b3e06d fix(gambit): remove dead legacy simulator UI paths - 44c4f7694 test(simulator-ui): prove test feedback chips in workbench demo - 88db0014b feat(simulator-ui): add test feedback chips to workbench - bfe36d614 fix(simulator-ui): preserve grade flag reasons in workbench chips - 5c086e843 test(simulator-ui): add explicit prompt to grade chip demo - b248de0ed test(simulator-ui): send grade chip through workbench demo - fcd572953 test(simulator-ui): capture workbench chip demo flows - 16def2f4f test(simulator-ui): cover workbench chip transport - f156e0533 feat(simulator-ui): wire workbench chips through isograph pages - e420d9dbb feat(simulator-ui): add shared workbench chip state - 30be3ea4a chore(gambit): cut 0.8.6-rc.6 release - f2d71bbf4 test(gambit): migrate simulator tests off legacy api routes - 4962281c5 fix(gambit-core): preserve legacy builtin schema uris - c17d28d98 fix(gambit-simulator): simplify isograph workbench chat chrome - 6a6e9c994 fix(gambit): degrade workspace deck graphql reads when state is missing - 738d21273 refactor(gambit): drop unused legacy simulator http routes Do not edit this repo directly; make changes in bfmono and re-run the sync.
1 parent ba4d761 commit 2b2597b

8 files changed

Lines changed: 821 additions & 422 deletions

File tree

simulator-ui/__demos__/flows/workspace-tab-flows.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,10 @@ export async function runVerifySmokeFlow(
203203
'[data-testid="verify-run-batch"]:not([disabled])',
204204
).first().click();
205205

206+
await demoTarget.locator(
207+
'[data-testid="verify-results-tab-batch-activity"]',
208+
).click();
209+
206210
const requestRows = demoTarget.locator(
207211
'.verify-section:has(strong:has-text("Batch requests")) .verify-request-row',
208212
);

simulator-ui/__demos__/run-verify-tab-demo.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,10 @@ async function main(): Promise<void> {
166166
)
167167
.click();
168168

169+
await demoTarget.locator(
170+
'[data-testid="verify-results-tab-batch-activity"]',
171+
).click();
172+
169173
const requestRows = demoTarget.locator(
170174
'.verify-section:has(strong:has-text("Batch requests")) .verify-request-row',
171175
);

0 commit comments

Comments
 (0)