We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00620f4 commit c5a4921Copy full SHA for c5a4921
webdriver-ts-results/src/App.tsx
@@ -30,8 +30,8 @@ const KnownIssuesList = () => {
30
31
const App = () => {
32
// eslint-disable-next-line no-constant-condition
33
- const version = "Chrome 130.0.6723.58"
34
- const disclaimer = true ? (
+ const version = "Chrome 131.0.6778.85"
+ const disclaimer = false ? (
35
<div>
36
<h2>js-framework-benchmark results for {version}</h2>
37
<p>
0 commit comments