Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: adding some more rendering tests for listbox #1192

Merged
merged 6 commits into from
Mar 28, 2023
Merged

Conversation

pernyl
Copy link
Contributor

@pernyl pernyl commented Mar 27, 2023

Motivation

Adding more rendering tests for listbox.

Covering different properties set between

List

1: dense, left
2: dense, center
3: dense, right
4: checkbox, left
5: checkbox, center
6: checkbox, right
7: dense, checkbox, left
8: dense, checkbox, center
9: dense, checkbox, right
10: checkbox, frequency, left
11: checkbox, frequency, center
12: checkbox, frequency, right
13: checkbox, frequency, histogram, left
14: checkbox, frequency, histogram, center
15: checkbox, frequency, histogram, right

Grid column

1: grid row, max rows 10, dense, checkbox mode, left, frequency
2: grid row, max rows 10, checkbox mode, center, frequency
3: grid row, max rows 10, checkbox mode, right, frequency
4: grid row, max rows 10, checkbox mode, left, frequency, histogram
5: grid row, max rows 10, dense, checkbox mode, center, frequency, histogram
6: grid row, max rows 10, checkbox mode, right, frequency, histogram

Grid row

1: grid column, max columns, dense, checkbox mode, left, frequency
2: grid column, max columns, checkbox mode, center, frequency
3: grid column, max columns, checkbox mode, right, frequency
4: grid column, max columns, checkbox mode, left, frequency, histogram
5: grid column, max columns, dense, checkbox mode, center, frequency, histogram
6: grid column, max columns, checkbox mode, right, frequency, histogram

@pernyl pernyl changed the title test: adding some more rendering tests for list test: adding some more rendering tests for listbox Mar 27, 2023
@pernyl pernyl marked this pull request as ready for review March 27, 2023 13:46
@@ -15,6 +15,7 @@
const app = {
id: `${+new Date()}`,
session: {},
evaluateEx: async () => (fixture ? fixture.evaluateEx() : null),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this for?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For adding the histogram when dimension is not a field but a Master dimension

@pernyl pernyl merged commit f4b83b6 into master Mar 28, 2023
@pernyl pernyl deleted the pnr-addrender branch March 28, 2023 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants