Skip to content

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: A problem that needs fixing 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Type/scope: A problem that needs fixing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant