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 8a4ad1a commit d8b821bCopy full SHA for d8b821b
examples/AsiaSaigonTimezone.test.tsx
@@ -7,7 +7,7 @@ beforeEach(() => {
7
render(<AsiaSaigonTimezone />);
8
});
9
10
-test.skip('should have the "id" attribute', () => {
+test.skip("the first row should display 7 days", () => {
11
expect(
12
screen.getAllByRole("row")[0].querySelectorAll("[role='gridcell']"),
13
).toHaveLength(7);
0 commit comments