Skip to content

Commit

Permalink
ci(demo-playwright): fix flaky screenshot tests (#7325)
Browse files Browse the repository at this point in the history
Co-authored-by: splincode <[email protected]>
  • Loading branch information
nsbarsukov and splincode authored Apr 25, 2024
1 parent c529859 commit 5e98e80
Show file tree
Hide file tree
Showing 3 changed files with 290 additions and 676 deletions.
8 changes: 7 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,11 @@
],
"executionMode": "branch",
"fileFilters": ["package-lock.json"]
}
},
"packageRules": [
{
"enabled": false,
"matchPackagePatterns": ["^@playwright.*"]
}
]
}
Loading

0 comments on commit 5e98e80

Please sign in to comment.