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
4fb8f14a
Commit
4fb8f14a
authored
7 months ago
by
Simon Urli
Browse files
Options
Downloads
Patches
Plain Diff
XWIKI-21452: Macros info, success, warning and error are only distinguished by colors
* Ensure to properly scroll for reaching the delete button
parent
facbaa3a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-test/xwiki-platform-appwithinminutes-test-pageobjects/src/main/java/org/xwiki/appwithinminutes/test/po/ApplicationHomeEditPage.java
+1
-1
1 addition, 1 deletion
...iki/appwithinminutes/test/po/ApplicationHomeEditPage.java
with
1 addition
and
1 deletion
xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-test/xwiki-platform-appwithinminutes-test-pageobjects/src/main/java/org/xwiki/appwithinminutes/test/po/ApplicationHomeEditPage.java
+
1
−
1
View file @
4fb8f14a
...
@@ -170,7 +170,7 @@ public void removeLiveTableColumn(String columnLabel)
...
@@ -170,7 +170,7 @@ public void removeLiveTableColumn(String columnLabel)
// FIXME: This doesn't trigger the :hover CSS pseudo class. The click still works because the delete X (text) is
// FIXME: This doesn't trigger the :hover CSS pseudo class. The click still works because the delete X (text) is
// not really hidden: it is displayed with white color (the page background-color).
// not really hidden: it is displayed with white color (the page background-color).
new
Actions
(
getDriver
().
getWrappedDriver
()).
moveToElement
(
column
).
perform
();
new
Actions
(
getDriver
().
getWrappedDriver
()).
moveToElement
(
column
).
perform
();
column
.
findElement
(
By
.
className
(
"delete"
)).
click
();
getDriver
().
scrollTo
(
column
.
findElement
(
By
.
className
(
"delete"
))
)
.
click
();
}
}
/**
/**
...
...
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