Skip to content

Commit

Permalink
Fix more argos flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Aug 24, 2023
1 parent 17d3e60 commit 0edeb1d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions argos/tests/screenshot.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ article.yt-lite,
.avatar__photo,
img[src$='.gif'],
h2#using-jsx-markup ~ div > div[class*='browserWindowBody']:has(b),
.DocSearch-Button-Keys > kbd,
[class*='playgroundPreview'] {
visibility: hidden;
}
Expand All @@ -24,3 +25,10 @@ Different docs last-update dates can alter layout
.theme-last-updated {
display: none;
}

/*
Mermaid diagrams are rendered client-side and produce layout shifts
*/
.docusaurus-mermaid-container {
display: none;
}

0 comments on commit 0edeb1d

Please sign in to comment.