-
- Downloads
Fix - Unsaved changes warning shown when going back to notebook after...
Fix - Unsaved changes warning shown when going back to notebook after visualizing the question (#35003) * Fix running and then editing the question * Fix running and then editing the structured model * Add a test for #35000 * Add a test for models in #35000 * Consolidate waiting for save to be enabled/disabled - Rename waitForSaveQuestionToBeEnabled to waitForSaveToBeEnabled - Rename waitForSaveModelToBeEnabled to waitForSaveChangesToBeEnabled - Rename waitForSaveModelToBeDisabled to waitForSaveChangesToBeDisabled - Remove waitForSaveNewQuestionToBeEnabled in favor of waitForSaveToBeEnabled
Showing
- frontend/src/metabase/query_builder/containers/QueryBuilder.unit.spec.tsx 77 additions, 34 deletions...abase/query_builder/containers/QueryBuilder.unit.spec.tsx
- frontend/src/metabase/query_builder/utils.ts 9 additions, 2 deletionsfrontend/src/metabase/query_builder/utils.ts
- frontend/src/metabase/query_builder/utils.unit.spec.ts 46 additions, 0 deletionsfrontend/src/metabase/query_builder/utils.unit.spec.ts
Please register or sign in to comment