Skip to content

Implement ui.sub_pages navigation for user simulated tests#5193

Draft
rodja wants to merge 1 commit intomainfrom
sub-pages-in-user-simulated-tests
Draft

Implement ui.sub_pages navigation for user simulated tests#5193
rodja wants to merge 1 commit intomainfrom
sub-pages-in-user-simulated-tests

Conversation

@rodja
Copy link
Member

@rodja rodja commented Oct 2, 2025

Motivation

Currently the user fixture always triggers a full page reload -- even if the navigation should be done with ui.sub_pages. The core problem: user fixture injects its own ui.navigate_to implementation to skip over any browser and javascript behaviour. This custom implementation is not aware of sub pages navigation yet.

Implementation

The code adds implementation and tests to handle ui.sub_pages as expected. But currently it's work in progress. I'm not sure if this is the best approach.

Progress

  • I chose a meaningful title that completes the sentence: "If applied, this PR will..."
  • The implementation is complete.
  • Pytests have been added.
  • Documentation is not necessary.

@rodja rodja added the bug Type/scope: Incorrect behavior in existing functionality label Oct 2, 2025
@falkoschindler falkoschindler changed the base branch from main to 3.0 October 2, 2025 09:14
Base automatically changed from 3.0 to main October 3, 2025 15:14
@evnchn evnchn added the in progress Status: Someone is working on it label Jan 16, 2026
@falkoschindler falkoschindler added this to the 3.x milestone Jan 26, 2026
@evnchn evnchn added help wanted Status: Author is inactive, others are welcome to jump in and removed in progress Status: Someone is working on it labels Feb 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Type/scope: Incorrect behavior in existing functionality help wanted Status: Author is inactive, others are welcome to jump in

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants