Skip to content

Commit c7d8875

Browse files
committed
fix test
1 parent 75ced06 commit c7d8875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/test/java/hudson/model/QueueTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1427,7 +1427,7 @@ private String buildAndExtractTooltipAttribute() throws Exception {
14271427

14281428
HtmlPage page = wc.goTo("");
14291429

1430-
page.executeJavaScript("document.querySelector('#buildQueue a[tooltip]:not([tooltip=\"\"])')._tippy.show()");
1430+
page.executeJavaScript("document.querySelector('#buildQueue a[data-html-tooltip]:not([data-html-tooltip=\"\"])')._tippy.show()");
14311431
wc.waitForBackgroundJavaScript(1000);
14321432
ScriptResult result = page.executeJavaScript("document.querySelector('.tippy-content').innerHTML;");
14331433

0 commit comments

Comments
 (0)