Skip to content

Explicitly navigate to application page in tests#233

Merged
jonkoops merged 1 commit intokeycloak:mainfrom
jonkoops:explict-test-navigation
Dec 9, 2025
Merged

Explicitly navigate to application page in tests#233
jonkoops merged 1 commit intokeycloak:mainfrom
jonkoops:explict-test-navigation

Conversation

@jonkoops
Copy link
Contributor

@jonkoops jonkoops commented Dec 9, 2025

Changes the test executor, so that initial navigation to the application page only happens when done manually. This prevents automatic navigation later in the test that could cause a test to pass, even if should be failing.

Closes #232

Closes keycloak#232

Signed-off-by: Jon Koops <jonkoops@gmail.com>
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR modifies the test framework to require explicit navigation to the application page before adapter operations. Previously, the instantiateAdapter method automatically navigated to the app page if needed, which could mask test failures by allowing tests to pass even when they should fail.

Key Changes:

  • Removed automatic page navigation from instantiateAdapter() method
  • Added explicit navigateToApp() method to TestExecutor
  • Updated all test files to explicitly call navigateToApp() before first adapter operation

Reviewed changes

Copilot reviewed 14 out of 14 changed files in this pull request and generated no comments.

Show a summary per file
File Description
test/support/test-executor.ts Removed #ensureOnAppPage() method and its automatic call; added public navigateToApp() method
test/tests/user-profile.spec.ts Added explicit navigation calls before adapter operations
test/tests/user-info.spec.ts Added explicit navigation calls before adapter operations
test/tests/token.spec.ts Added explicit navigation calls before adapter operations
test/tests/silent-sso.spec.ts Added explicit navigation calls before adapter operations
test/tests/scope.spec.ts Added explicit navigation calls before adapter operations
test/tests/register-url.spec.ts Added explicit navigation calls before adapter operations
test/tests/logout-url.spec.ts Added explicit navigation calls before adapter operations
test/tests/login.spec.ts Added explicit navigation calls before adapter operations
test/tests/login-with-redirect.spec.ts Added explicit navigation calls before adapter operations
test/tests/login-url.spec.ts Added explicit navigation calls before adapter operations
test/tests/init.spec.ts Added explicit navigation calls before adapter operations
test/tests/implicit-flow.spec.ts Added explicit navigation calls before adapter operations
test/tests/account-url.spec.ts Added explicit navigation calls before adapter operations

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Contributor

@rmartinc rmartinc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM @jonkoops!

@jonkoops jonkoops merged commit c5e169f into keycloak:main Dec 9, 2025
10 checks passed
@jonkoops jonkoops deleted the explict-test-navigation branch December 9, 2025 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Handle navigation in tests explictly

2 participants