Merged
Conversation
jtnord
commented
Oct 24, 2025
| .stream() | ||
| .findFirst() | ||
| .isPresent(); | ||
| return driver.findElement(by.id("chk-" + pluginKey)).isSelected(); |
Member
Author
There was a problem hiding this comment.
before this change
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for org.jenkinsci.test.acceptance.po.WizardCustomizeJenkins$$Lambda/0x000001d0bb40d188@25b38203 (tried for 1 second(s) with 500 milliseconds interval)
Build info: version: '4.37.0', revision: '3c1da1e342'
System info: os.name: 'Windows 11', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: driver.version: unknown
at org.openqa.selenium.support.ui.FluentWait.timeoutException(FluentWait.java:265)
at org.jenkinsci.test.acceptance.junit.Wait.timeoutException(Wait.java:191)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:228)
at org.jenkinsci.test.acceptance.junit.Wait.until(Wait.java:120)
at org.jenkinsci.test.acceptance.po.WizardCustomizeJenkins.selectPlugin(WizardCustomizeJenkins.java:91)
at core.InstallWizardTest.wizardInstallCustomPluginsTest(InstallWizardTest.java:99)
presumably something to do with the - in the plugin name interacting badly with the css selector, but well we have a stable ID for the checkbox so rather than searching the dom go directly.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#2178 (comment)
Testing done
Submitter checklist