Skip to content

Commit

Permalink
fix: ui tests run is fixed (applying class attribute twice to the hbs…
Browse files Browse the repository at this point in the history
… element caused the issue (#16428)
  • Loading branch information
valeriia-ruban committed Feb 25, 2023
1 parent d9e6748 commit 859abf8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/16428.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
ui: fixes ui tests run on CI
```
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Hds::Alert @type='inline' @color={{or @type "neutral"}} class='mb-2 mt-2' as |A|>
<Hds::Alert @type='inline' @color={{or @type "neutral"}} class='mb-2 mt-2 consul-intention-notice-custom-resource' as |A|>
<A.Title>Intention Custom Resource</A.Title>
<A.Description>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.</A.Description>
<A.Link::Standalone @href="{{env 'CONSUL_DOCS_URL'}}/k8s/crds"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{#if isVisible}}
<Hds::Alert @type="inline" class='mb-3 mt-2' class='agentless-node-notice' data-test-node-agentless-notice as |A|>
<Hds::Alert @type="inline" class='mb-3 mt-2 agentless-node-notice' data-test-node-agentless-notice as |A|>
<A.Title>
<span>{{t 'routes.dc.nodes.index.agentless.notice.header'}}</span>
<Hds::Button
Expand Down

0 comments on commit 859abf8

Please sign in to comment.