From 503b77fb27d584526b344e6e30f2f615c2892097 Mon Sep 17 00:00:00 2001 From: Jerry Nummi Date: Sat, 18 Apr 2020 16:22:26 -0700 Subject: [PATCH] More functional classes and data-test selectors (#1168) * More functional classes and data-test selectors * Fix broken object inspector tests --- app/components/app-picker.hbs | 6 +- app/components/deprecation-item.hbs | 2 +- app/components/object-inspector.hbs | 26 ++- .../object-inspector/dependent-keys.hbs | 6 +- app/components/object-inspector/errors.hbs | 12 +- .../object-inspector/properties-all.hbs | 2 +- .../object-inspector/properties-grouped.hbs | 15 +- app/components/object-inspector/property.hbs | 42 ++-- app/components/promise-item.hbs | 3 +- app/components/route-cell-objects.hbs | 3 +- app/styles/deprecations.scss | 1 - app/styles/dropdown.scss | 38 +--- app/styles/mixin.scss | 104 ++-------- app/styles/object_inspector.scss | 38 +--- app/styles/route_tree.scss | 2 - app/styles/utils.scss | 32 ++- app/templates/component-tree-toolbar.hbs | 4 +- app/templates/component-tree.hbs | 2 +- app/templates/container-type-toolbar.hbs | 4 +- .../container-types/index-toolbar.hbs | 2 +- app/templates/model-types-toolbar.hbs | 2 +- app/templates/route-tree-toolbar.hbs | 2 +- lib/ui/addon/components/send-to-console.hbs | 3 +- tests/acceptance/component-tree-test.js | 4 +- tests/acceptance/container-test.js | 6 +- tests/acceptance/data-test.js | 2 +- tests/acceptance/object-inspector-test.js | 186 +++++++++--------- tests/acceptance/promise-test.js | 8 +- tests/acceptance/route-tree-test.js | 6 +- 29 files changed, 241 insertions(+), 322 deletions(-) diff --git a/app/components/app-picker.hbs b/app/components/app-picker.hbs index d85081da59..b820eaded2 100644 --- a/app/components/app-picker.hbs +++ b/app/components/app-picker.hbs @@ -1,6 +1,6 @@ -