Commit e31fdc8
fix(gen-ai): Restore original timeout pattern for MCP tab visibility check
Restore the original chained assertion pattern instead of the simplified
version. The chained approach ensures the element exists in the DOM before
checking visibility, which is more reliable when waiting for components
that may remount after modal interactions.
The timeout applies to the existence check, and visibility is verified
immediately after with Cypress built-in retry logic.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 27bfeae commit e31fdc8
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments