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 c93a501 commit 841232fCopy full SHA for 841232f
src/components/HomeScreen/__tests__/__snapshots__/HomeScreen-test.js.snap
@@ -6,6 +6,7 @@ exports[`<HomeScreen /> starts trivia 1`] = `
6
>
7
<div
8
className="Page"
9
+ id="home-screen"
10
11
12
className="wrapper"
@@ -21,6 +22,7 @@ exports[`<HomeScreen /> starts trivia 1`] = `
21
22
<button
23
className="MuiButtonBase-root MuiButton-root MuiButton-outlined MuiButton-outlinedPrimary"
24
disabled={false}
25
+ id="start-playing-button"
26
onBlur={[Function]}
27
onDragLeave={[Function]}
28
onFocus={[Function]}
0 commit comments