discourse-data-explorer/test/javascripts/acceptance
Isaac Janzen 556d12ac50
FIX: Maintain editing state after saving query changes (#223)
In the widget version of the data-explorer we would maintain the `editing` state after saving query changes. This was lost in upgrade to glimmer. 

# Current State
https://user-images.githubusercontent.com/50783505/217622464-79adaab6-84ed-4b64-93ae-c889aa8fb1bd.mp4

# Updated State
https://user-images.githubusercontent.com/50783505/217623475-1998fab6-0b70-42d2-923d-574efb9d5601.mov

# Other Changes
- `createProperties` was added back to the `query` model as it is being utilized in the creation of a new data explorer query. This was accidentally removed and was causing errors when trying to create a new query.
- Add new-query test
2023-02-08 13:40:53 -06:00
..
list-queries-test.js DEV: Update linting setup and fix issues (#179) 2022-06-17 15:01:34 +02:00
new-query-test.js FIX: Maintain editing state after saving query changes (#223) 2023-02-08 13:40:53 -06:00
param-input-test.js DEV: Update params for group reports (#207) 2022-12-28 09:50:55 -06:00
run-query-test.js DEV: Update params to use previously ran values on reload (#206) 2022-12-27 12:10:29 -06:00