Skip to content

Commit

Permalink
Fix HCP Home integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
wenincode committed Nov 6, 2023
1 parent 246faa2 commit 689d177
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ module('Integration | Component | consul hcp home', function(hooks) {
}
);

await render(hbs`<Consul::Hcp::Home />`);
await render(hbs`
<Hds::SideNav::List as |SNL|>
<Consul::Hcp::Home @list={{SNL}} />
</Hds::SideNav::List>
`);

assert.dom('a').hasAttribute('href', 'http://hcp');

Expand Down

0 comments on commit 689d177

Please sign in to comment.