Commit 14389f8
fix: pass fixed uuid to toHtml in Styler.hide test to prevent flaky failures
The auto-generated table id (tsb-<random base-36>) could randomly contain
"r0" or "r1", causing the not.toContain assertions to fail intermittently
(~1% of runs). Passing a fixed uuid "x" makes the test deterministic.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 4d175f3 commit 14389f8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
391 | 391 | | |
392 | 392 | | |
393 | 393 | | |
394 | | - | |
| 394 | + | |
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
| |||
0 commit comments