Currently, tests for slotted pages and legacy pages might be intertwined or relying on shared fixtures/mocks. We need to separate them clearly to avoid unintended side effects and make tests more maintainable. This includes creating separate test directories or using clear naming conventions to differentiate test suites.
This applies to all other Tests that are failing after the introduction of the cells and slotted pages
Currently, tests for slotted pages and legacy pages might be intertwined or relying on shared fixtures/mocks. We need to separate them clearly to avoid unintended side effects and make tests more maintainable. This includes creating separate test directories or using clear naming conventions to differentiate test suites.
This applies to all other Tests that are failing after the introduction of the cells and slotted pages