-
Notifications
You must be signed in to change notification settings - Fork 181
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
Replace discover Google cloud #6289
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests
Search bar
Test | Chrome | Firefox | Safari |
---|---|---|---|
Apply filters using search bar input | 🟢 | ⚫ | ⚫ |
Apply filters using the search bar add filter feature |
🟢 | ⚫ | ⚫ |
Apply filters using the date picker | 🟢 | ⚫ | ⚫ |
Apply filters with no results (Check the No results match your search criteria message) |
🟢 | ⚫ | ⚫ |
Use the saved queries feature (Check saved queries CRUD) |
🟢 | ⚫ | ⚫ |
- Apply filters using search bar input
Screen.Recording.2024-01-10.at.14.39.59.mov
- Apply filters using the search bar
add filter
feature
Screen.Recording.2024-01-10.at.14.40.52.mov
- Apply filters using the date picker
Screen.Recording.2024-01-10.at.14.42.48.mov
- Apply filters with no results (Check the
No results match your search criteria
message)
Screen.Recording.2024-01-10.at.14.43.11.mov
- Use the
saved queries
feature (Check saved queries CRUD)
Screen.Recording.2024-01-10.at.14.43.36.mov
Histogram chart
Test | Chrome | Firefox | Safari |
---|---|---|---|
Check histogram chart hits consistency | 🟢 | ⚫ | ⚫ |
Use chart options (three points: maximize, minimize, inspect) | 🟢 | ⚫ | ⚫ |
- Check histogram chart hits consistency
Screen.Recording.2024-01-10.at.14.44.17.mov
- Use chart options (three points: maximize, minimize, inspect)
Screen.Recording.2024-01-10.at.14.44.51.mov
Data grid
Test | Chrome | Firefox | Safari |
---|---|---|---|
Check all table header features (sort, show/hide columns, density, etc) | 🟢 | ⚫ | ⚫ |
Check table pagination and rows per page | 🟢 | ⚫ | ⚫ |
Check document detail flyout | 🟢 | ⚫ | ⚫ |
- Check all table header features (sort, show/hide columns, density, etc)
Error when show all columns is clicked
Screen.Recording.2024-01-10.at.14.46.26.mov
Fixed
Screen Recording 2024-02-16 at 14.38.02
- Check table pagination and rows per page
Screen.Recording.2024-01-10.at.14.48.05.mov
- Check document detail flyout
Screen.Recording.2024-01-10.at.14.48.34.mov
TestsSearch bar
🟡 Use the `saved queries` feature (Check saved queries CRUD)When using the clear of the save query, filters that perhaps should be maintained are removed. Histogram chart
🟡Use chart options (three points: maximize, minimize, inspect)It's more of a visual bug, but the data is marked as if it's in a continuous hover state, giving the impression that you are on that tab. test.data.mp4Data grid
|
the problem is fixed in this PR |
|
|
|
Tested the fixes made by @yenienserranoScreen.Recording.2024-02-16.at.14.38.02.mov |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!!
Description
This PR, replaces the events tab on the Google cloud module
Issues Resolved
Evidence
Tests
Search bar
add filter
featureNo results match your search criteria
message)saved queries
feature (Check saved queries CRUD)add filter
featureNo results match your search criteria
message)saved queries
feature (Check saved queries CRUD)Histogram chart
Data grid
Check List
yarn test:jest