From 6e24f6b87c1faabde2c481fb08f899d6feb59843 Mon Sep 17 00:00:00 2001 From: valeriia-ruban Date: Fri, 24 Feb 2023 21:29:45 -0800 Subject: [PATCH 1/2] fix: ui tests run is fixed (applying class attribute twice to the hbs element caused the issue) --- .../consul/intention/notice/custom-resource/index.hbs | 2 +- .../app/components/consul/node/agentless-notice/index.hbs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 680b8c42f2c7..f0e03ef4931e 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'}} Date: Fri, 24 Feb 2023 21:40:02 -0800 Subject: [PATCH 2/2] added changelog --- .changelog/16428.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/16428.txt diff --git a/.changelog/16428.txt b/.changelog/16428.txt new file mode 100644 index 000000000000..30f9206de096 --- /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