From 3f0560d098d9c84c5350dd62099bc6bd88caa826 Mon Sep 17 00:00:00 2001 From: John Cowen Date: Wed, 20 Jun 2018 15:26:55 +0100 Subject: [PATCH] Add missing scss file --- ui-v2/app/styles/routes/dc/nodes/index.scss | 6 ++++++ ui-v2/tests/acceptance/dc/services/show.feature | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 ui-v2/app/styles/routes/dc/nodes/index.scss diff --git a/ui-v2/app/styles/routes/dc/nodes/index.scss b/ui-v2/app/styles/routes/dc/nodes/index.scss new file mode 100644 index 0000000000..f7c3003bea --- /dev/null +++ b/ui-v2/app/styles/routes/dc/nodes/index.scss @@ -0,0 +1,6 @@ +// TODO: Generalize this, also see services/index +html.template-node.template-show td.tags span { + @extend %tag; + background-color: $gray; + margin-bottom: 0.5em; +} diff --git a/ui-v2/tests/acceptance/dc/services/show.feature b/ui-v2/tests/acceptance/dc/services/show.feature index 78e2554a35..bf64a5d5b5 100644 --- a/ui-v2/tests/acceptance/dc/services/show.feature +++ b/ui-v2/tests/acceptance/dc/services/show.feature @@ -20,5 +20,4 @@ Feature: dc / services / show: Show Service Then I see the text "Tag1" in "[data-test-tags] span:nth-child(1)" Then I see the text "Tag2" in "[data-test-tags] span:nth-child(2)" Then I see the text "Tag3" in "[data-test-tags] span:nth-child(3)" - Then pause for 5000