From 689d177daec7682d0e6d38265f3d085a9bc509b0 Mon Sep 17 00:00:00 2001 From: wenincode Date: Tue, 24 Oct 2023 15:26:34 -0600 Subject: [PATCH] Fix HCP Home integration test --- .../consul-hcp/app/components/consul/hcp/home/index.test.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ui/packages/consul-hcp/app/components/consul/hcp/home/index.test.js b/ui/packages/consul-hcp/app/components/consul/hcp/home/index.test.js index 962a7c7c4a8a..92d0e1e0b0f3 100644 --- a/ui/packages/consul-hcp/app/components/consul/hcp/home/index.test.js +++ b/ui/packages/consul-hcp/app/components/consul/hcp/home/index.test.js @@ -35,7 +35,11 @@ module('Integration | Component | consul hcp home', function(hooks) { } ); - await render(hbs``); + await render(hbs` + + + + `); assert.dom('a').hasAttribute('href', 'http://hcp');