fix: cr
This commit is contained in:
@@ -143,7 +143,7 @@ describe('assembled search card', () => {
|
|||||||
// Wait for chat content to reach the fixture's later turns (the bash sample
|
// Wait for chat content to reach the fixture's later turns (the bash sample
|
||||||
// is turn 65, the grep card turn 66).
|
// is turn 65, the grep card turn 66).
|
||||||
await waitFor(() => {
|
await waitFor(() => {
|
||||||
expect(document.querySelector('[data-sample="bash-global"]')).not.toBeNull()
|
expect(document.querySelector('[data-sample="bash"]')).not.toBeNull()
|
||||||
}, { timeout: 10_000 })
|
}, { timeout: 10_000 })
|
||||||
// The grep turn's keyed SearchRow composes ToolRow: the card is collapsed
|
// The grep turn's keyed SearchRow composes ToolRow: the card is collapsed
|
||||||
// by default, so wait for the summary row, then expand it to reach the card.
|
// by default, so wait for the summary row, then expand it to reach the card.
|
||||||
|
|||||||
Reference in New Issue
Block a user