Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@stianst
Copy link
Contributor

@stianst stianst commented Jul 16, 2024

Closes #30611

Closes #30097

@stianst stianst requested a review from a team as a code owner July 16, 2024 08:50
@stianst stianst force-pushed the testsuite-poc-page-supplier-2 branch 2 times, most recently from a1698dd to 75aace6 Compare July 16, 2024 09:02
Comment on lines +21 to +25
try {
Thread.sleep(1000);
} catch (InterruptedException e) {
throw new RuntimeException(e);
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's remove this debugger stuff

Suggested change
try {
Thread.sleep(1000);
} catch (InterruptedException e) {
throw new RuntimeException(e);
}

Comment on lines +28 to +32
try {
Thread.sleep(1000);
} catch (InterruptedException e) {
throw new RuntimeException(e);
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
try {
Thread.sleep(1000);
} catch (InterruptedException e) {
throw new RuntimeException(e);
}

@stianst stianst merged commit 1fb5db0 into keycloak:main Jul 16, 2024
@stianst stianst deleted the testsuite-poc-page-supplier-2 branch July 16, 2024 10:38
stianst added a commit to stianst/keycloak that referenced this pull request Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Testsuite PoC - Injection framework should pass class type to suppliers Testsuite PoC - Injectable page objects

3 participants