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

Modify save search test to include testing query and filter #1670

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

abbyhu2000
Copy link
Member

Description

Current save search test does not test on the persistence of query and filter when saving with save search. The PR modifies those tests to include testing on query and filter with save search.

Issues Resolved

[List any issues this PR will resolve]

Check List

  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Qingyang(Abby) Hu <[email protected]>
@abbyhu2000 abbyhu2000 force-pushed the better_save_search_test branch from a81b7ee to d090345 Compare December 19, 2024 05:59
it('load save search should show save search name in breadcrumb', function () {
it('load save search should show save search name in breadcrumb, and show the correct query and filter', function () {
// Change time filter to something other than default time filter
const fromTime = 'Sep 20, 2015 @ 00:00:00.000';
Copy link
Member

Choose a reason for hiding this comment

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

nit: shall we move fromTime and toTime to constants ?

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