mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-21 01:53:26 +00:00
Fix visual testing logo flakiness (#2834)
This commit is contained in:
@@ -23,6 +23,9 @@ export async function SpaceIcon(
|
||||
return (
|
||||
<Image
|
||||
alt={alt ?? ''}
|
||||
// The logo display is flaky and sometimes does not render,
|
||||
// so we hide it to make visual testing usable
|
||||
data-visual-test={icon ? undefined : 'blackout'}
|
||||
sources={
|
||||
icon
|
||||
? {
|
||||
|
||||
Reference in New Issue
Block a user