feat(processors): streamline event debugging and run inspection

This commit is contained in:
RockChinQ
2026-09-08 02:30:59 +08:00
parent 237fa6545d
commit ea3e32c904
34 changed files with 1464 additions and 466 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ test('event data stays in sync across the compact form, JSON and the request', a
await expect(panel.getByText('Done', { exact: true })).toBeVisible();
await page.setViewportSize({ width: 1280, height: 650 });
await panel.getByRole('button', { name: 'Full JSON' }).click();
await panel.locator('summary').filter({ hasText: 'Mock scenario' }).click();
await panel.getByRole('button', { name: 'Mock scenario' }).click();
await expect(
panel.getByRole('button', { name: 'Run test' }),
).toBeInViewport();