Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* add spec for old ui * Add comment about cleaning up saved queries * Add data-test-subj for save query new ui * Add data-test-subj for save query button for new ui * Add data-test-subj for open query button in query management popover * Add new ui spec to test list saved queries * Fix DataSource url * Changeset file for PR #9166 created/updated * Address Justin's comments. * Remove final force. * Fix final force. * Move utils to Suchit's suggested location, fix comments * Rename specs, change cypress workflow to use new save query ui, merge old ui and new ui commands * fix import * Load query * Complete load query popover and flyout * Modularize view and load query popover and flyout * Complete valid Saved Queries shown across Visualize Pages * Complete Popover delete saved query * Add data-test-subj for flyoutbody and delete button. * Complete flyout delete saved query * Add data-test-subj for saveAsNewQueryCheckbox * Complete Flyout Update Saved Query * Complete Flyout Save as New Saved Query * Complete Popout Save as New Saved Query * Changeset file for PR #9229 created/updated * Fix merge * Move data-test-subj changes to another PR. * Remove savedQueriesNewUI * Address all comments. * Fix cypress command namespacing. * Rename saved queries spec. * Remove references to flyout * Refactor tests to work with beforeEach and afterEach * Add force to click when loading saved query. This removes delay when waiting for toast to disperse. * Fix test issue. Thank you @angle943 for finding a solution. Issue was caused by Cypress being too fast for the date picker to appear. --------- (cherry picked from commit 969114f) Signed-off-by: Argus Li <contactme@chunkeili.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> Co-authored-by: Anan Zhuang <ananzh@amazon.com>
- Loading branch information