Skip to content

Commit ad8b7fb

Browse files
committed
Remove test Security2779Test#noXssInHelpLinkPanel
Help links do not contain tooltips anymore, so it does not make sense to wait for the tooltips to show up. So this test case makes no sense anymore.
1 parent 521d116 commit ad8b7fb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/src/test/java/jenkins/security/Security2779Test.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ void setUp(JenkinsRule rule) {
2828
j = rule;
2929
}
3030

31-
@Test
32-
void noXssInHelpLinkPanel() throws Exception {
33-
noCrossSiteScriptingInHelp("#link-panel a");
34-
}
35-
3631
@Test
3732
void noXssInHelpIconPanel() throws Exception {
3833
noCrossSiteScriptingInHelp("#icon-panel svg");

0 commit comments

Comments
 (0)