Skip to content

Fix flaky integration test#1236

Merged
ynojima merged 1 commit intomasterfrom
fix-flaky-test
Jan 21, 2026
Merged

Fix flaky integration test#1236
ynojima merged 1 commit intomasterfrom
fix-flaky-test

Conversation

@ynojima
Copy link
Copy Markdown
Member

@ynojima ynojima commented Jan 21, 2026

No description provided.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 21, 2026

📦 JitPack Build

The build and tests passed! You can test this Pull Request using JitPack.

Maven

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

<dependency>
    <groupId>com.github.webauthn4j.webauthn4j</groupId>
    <artifactId>webauthn4j-core</artifactId>
    <version>fix-flaky-test-SNAPSHOT</version>
</dependency>

Gradle

repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    implementation 'com.github.webauthn4j.webauthn4j:webauthn4j-core:fix-flaky-test-SNAPSHOT'
}

You can verify the build status on JitPack.

- Increase WebDriverWait timeout to 20 seconds.
- Wait for document.readyState to be complete before interacting with elements.
- Add browser console logging and page source dump on failure for better CI debugging.
- Add explicit wait for the registration button to be clickable.
@sonarqubecloud
Copy link
Copy Markdown

@ynojima ynojima merged commit 035bd45 into master Jan 21, 2026
20 checks passed
@ynojima ynojima deleted the fix-flaky-test branch January 21, 2026 11:52
@ynojima ynojima added this to the 0.31.0.RELEASE milestone Feb 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant