I think it's possible to do a logical split of page.js tests into to test suites. That will make the slowest test (our bottleneck) faster and make sure the total run time for core test is faster.
Acceptance Criteria:
- The page.js test suite file is splitter into two
- Verify the test order on CI, we need to make sure that the CI starts with the slowest tests first