File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/java/hudson/plugins/throttleconcurrents Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -426,8 +426,8 @@ public void clearConfiguredCategories() throws Exception {
426426 HtmlPage page = webClient .goTo ("configure" );
427427 WebClientUtil .waitForJSExec (page .getWebClient ());
428428 HtmlForm config = page .getFormByName ("config" );
429- List <HtmlButton > deleteButtons =
430- config . getByXPath ( "//div[text()='Multi-Project Throttle Categories']/../div//button[@title='Delete' or normalize-space(string(.)) = 'Delete']" );
429+ List <HtmlButton > deleteButtons = config . getByXPath (
430+ "//div[text()='Multi-Project Throttle Categories']/../div//button[@title='Delete' or normalize-space(string(.)) = 'Delete']" );
431431 assertEquals (1 , deleteButtons .size ());
432432 deleteButtons .get (0 ).click ();
433433 WebClientUtil .waitForJSExec (page .getWebClient ());
You can’t perform that action at this time.
0 commit comments