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
a43c615e
Commit
a43c615e
authored
9 months ago
by
Simon Urli
Browse files
Options
Downloads
Patches
Plain Diff
XWIKI-22208: Boolean filters are not properly removed in LiveData
* Prevent flickering behaviour
parent
4ea11584
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-livedata/xwiki-platform-livedata-test/xwiki-platform-livedata-test-docker/src/test/it/org/xwiki/livedata/test/ui/LiveDataIT.java
+3
-0
3 additions, 0 deletions
...er/src/test/it/org/xwiki/livedata/test/ui/LiveDataIT.java
with
3 additions
and
0 deletions
xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-test/xwiki-platform-livedata-test-docker/src/test/it/org/xwiki/livedata/test/ui/LiveDataIT.java
+
3
−
0
View file @
a43c615e
...
@@ -245,6 +245,7 @@ void livedataLivetableTableLayout(TestUtils testUtils, TestReference testReferen
...
@@ -245,6 +245,7 @@ void livedataLivetableTableLayout(TestUtils testUtils, TestReference testReferen
// Test filter on boolean values
// Test filter on boolean values
suggestInputElement
.
clear
().
hideSuggestions
();
suggestInputElement
.
clear
().
hideSuggestions
();
liveDataElement
.
waitUntilReady
();
assertEquals
(
2
,
tableLayout
.
countRows
());
assertEquals
(
2
,
tableLayout
.
countRows
());
// Take the focus on the is active filter.
// Take the focus on the is active filter.
...
@@ -254,6 +255,7 @@ void livedataLivetableTableLayout(TestUtils testUtils, TestReference testReferen
...
@@ -254,6 +255,7 @@ void livedataLivetableTableLayout(TestUtils testUtils, TestReference testReferen
suggestionElements
=
suggestInputElement
.
getSuggestions
();
suggestionElements
=
suggestInputElement
.
getSuggestions
();
assertEquals
(
1
,
suggestionElements
.
size
());
assertEquals
(
1
,
suggestionElements
.
size
());
suggestionElements
.
get
(
0
).
select
();
suggestionElements
.
get
(
0
).
select
();
liveDataElement
.
waitUntilReady
();
assertEquals
(
1
,
tableLayout
.
countRows
());
assertEquals
(
1
,
tableLayout
.
countRows
());
tableLayout
.
assertRow
(
NAME_COLUMN
,
NAME_LYNDA
);
tableLayout
.
assertRow
(
NAME_COLUMN
,
NAME_LYNDA
);
...
@@ -263,6 +265,7 @@ void livedataLivetableTableLayout(TestUtils testUtils, TestReference testReferen
...
@@ -263,6 +265,7 @@ void livedataLivetableTableLayout(TestUtils testUtils, TestReference testReferen
suggestionElements
=
suggestInputElement
.
getSuggestions
();
suggestionElements
=
suggestInputElement
.
getSuggestions
();
assertEquals
(
1
,
suggestionElements
.
size
());
assertEquals
(
1
,
suggestionElements
.
size
());
suggestionElements
.
get
(
0
).
select
();
suggestionElements
.
get
(
0
).
select
();
liveDataElement
.
waitUntilReady
();
assertEquals
(
1
,
tableLayout
.
countRows
());
assertEquals
(
1
,
tableLayout
.
countRows
());
tableLayout
.
assertRow
(
NAME_COLUMN
,
NAME_NIKOLAY
);
tableLayout
.
assertRow
(
NAME_COLUMN
,
NAME_NIKOLAY
);
...
...
This diff is collapsed.
Click to expand it.
Simon Urli
@surli
mentioned in commit
2bf777f6
·
9 months ago
mentioned in commit
2bf777f6
mentioned in commit 2bf777f60d98bc78e1a7eab675e1f933724a4337
Toggle commit list
Simon Urli
@surli
mentioned in commit
d6cd9acf
·
9 months ago
mentioned in commit
d6cd9acf
mentioned in commit d6cd9acf239ec6b88e0b38cb4556e5098951940a
Toggle commit list
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