From b1fb35070ec931bdddf558bd205195dacd8da3d4 Mon Sep 17 00:00:00 2001 From: Valeriia Ruban Date: Fri, 24 Feb 2023 23:46:45 -0800 Subject: [PATCH] fix: ui tests run is fixed (applying class attribute twice to the hbs element caused the issue (#16428) --- .changelog/16428.txt | 3 +++ .../consul/intention/notice/custom-resource/index.hbs | 2 +- .../app/components/consul/node/agentless-notice/index.hbs | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .changelog/16428.txt diff --git a/.changelog/16428.txt b/.changelog/16428.txt new file mode 100644 index 000000000..30f9206de --- /dev/null +++ b/.changelog/16428.txt @@ -0,0 +1,3 @@ +```release-note:bug +ui: fixes ui tests run on CI +``` \ No newline at end of file diff --git a/ui/packages/consul-ui/app/components/consul/intention/notice/custom-resource/index.hbs b/ui/packages/consul-ui/app/components/consul/intention/notice/custom-resource/index.hbs index 680b8c42f..f0e03ef49 100644 --- a/ui/packages/consul-ui/app/components/consul/intention/notice/custom-resource/index.hbs +++ b/ui/packages/consul-ui/app/components/consul/intention/notice/custom-resource/index.hbs @@ -1,4 +1,4 @@ - + Intention Custom Resource Some of your intentions are being managed through an Intention Custom Resource in your Kubernetes cluster. Those managed intentions will be view only in the UI. Any intentions created in the UI will work but will not be synced to the Custom Resource Definition (CRD) datastore. + {{t 'routes.dc.nodes.index.agentless.notice.header'}}