Skip to content
Snippets Groups Projects
Commit af403bff authored by Simon Urli's avatar Simon Urli
Browse files

XWIKI-21988: Page naming strategy is blocking creation of pages not respecting it

  * Fix page object
parent 668433e7
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,8 @@ public void clickWantedLink(EntityReference reference, boolean waitForTemplateDi
// Ensure that the template choice popup is displayed. Since this is done using JS we need to wait till
// it's displayed. For that we wait on the Create button since that would mean the template radio buttons
// will all have been displayed.
getDriver().waitUntilElementIsVisible(By.xpath("//div[@class='modal-popup']//input[@type='submit']"));
getDriver().waitUntilElementIsVisible(
By.xpath("//div[@class='modal-dialog']//form[@id='create']//button[@type='submit']"));
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment