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 228e6c1 commit c07f9a0Copy full SHA for c07f9a0
README.md
@@ -43,7 +43,7 @@ it('shows the right lines on desktop and mobile', () => {
43
).toBeInTheDocument();
44
45
expect(
46
- screen.queryByText('Content visible only on small screens')
+ screen.queryByText('Content visible only on large screens')
47
).not.toBeInTheDocument();
48
49
act(() => {
@@ -55,7 +55,7 @@ it('shows the right lines on desktop and mobile', () => {
55
56
57
58
- screen.getByText('Content visible only on small screens')
+ screen.getByText('Content visible only on large screens')
59
60
61
viewport.cleanup();
0 commit comments