In #1105 I encountered a weird test failure. The pagination test didn't properly work in the Preact Storybook tests, when executed from the command line. The test worked when checking it in the browser directly.
The test complained about not finding the mutation of the first page. Going to the second page via the "Next page" button worked, but not going back to page 1 with the number input with the two spinbuttons. I'm leaving this issue to document that we saw this problem.
In #1105 I encountered a weird test failure. The pagination test didn't properly work in the Preact Storybook tests, when executed from the command line. The test worked when checking it in the browser directly.
The test complained about not finding the mutation of the first page. Going to the second page via the "Next page" button worked, but not going back to page 1 with the number input with the two spinbuttons. I'm leaving this issue to document that we saw this problem.