Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PCT: Adapt test for 2.340 structure changes #353

Merged
merged 1 commit into from
Mar 28, 2022

Conversation

timja
Copy link
Member

@timja timja commented Mar 26, 2022

Required for jenkinsci/bom#955 and jenkinsci/bom#960

Can we get a release please?

@timja timja requested a review from a team March 26, 2022 14:34
@@ -276,7 +277,11 @@ public static void testPermissionToSeeAction(JenkinsRule j,
HtmlPage page = wc.goTo(baseUrl);
HtmlDivision sidePanel = (HtmlDivision) page.getElementById("side-panel");
assertEquals(userPrivileged + " should be able to see the Support action", 1,
sidePanel.getElementsByAttribute("a", "title", action.getDisplayName()).size());
Copy link
Member Author

Choose a reason for hiding this comment

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

title attribute is no longer set, just iterate through instead, could switch to xpath too but this is quite straightforward

@timja
Copy link
Member Author

timja commented Mar 26, 2022

Passed in bom jenkinsci/bom#960

@Dohbedoh Dohbedoh merged commit edff8cb into jenkinsci:master Mar 28, 2022
@timja timja deleted the pct-failures branch March 28, 2022 08:35
@Dohbedoh
Copy link
Contributor

Dohbedoh commented Mar 28, 2022

the windows CI failed on master with transient error, trying again https://ci.jenkins.io/blue/organizations/jenkins/Plugins%2Fsupport-core-plugin/detail/master/265/pipeline

@Dohbedoh
Copy link
Contributor

@timja
Copy link
Member Author

timja commented Mar 29, 2022

Thanks!

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.

2 participants