Skip to content

Commit

Permalink
ignore site hydration issue
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Apr 26, 2024
1 parent 598afe8 commit 00d8996
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions argos/tests/screenshot.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ function throwOnConsole(page: Page) {
// TODO this fetch error message is unexpected and should be fixed
// it's already happening in main branch
'Failed to load resource: the server responded with a status of 404 (Not Found)',

// TODO looks like a legit hydration bug to fix
'Warning: Prop `%s` did not match. Server: %s Client: %s%s href "/docs/configuration" "/docs/configuration?docusaurus-theme=light"',
];

page.on('console', (message) => {
Expand Down

0 comments on commit 00d8996

Please sign in to comment.