Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xwiki-platform
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
XWiki
xwiki-platform
Commits
af403bff
Commit
af403bff
authored
8 months ago
by
Simon Urli
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/ViewPage.java
+2
-1
2 additions, 1 deletion
...-test-ui/src/main/java/org/xwiki/test/ui/po/ViewPage.java
with
2 additions
and
1 deletion
xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/ViewPage.java
+
2
−
1
View file @
af403bff
...
...
@@ -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']"
));
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment