Skip to content

Commit

Permalink
Update client-app/tests/integration/components/back-to-site-link-test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Penar Musaraj <pmusaraj@gmail.com>
  • Loading branch information
lis2 and pmusaraj committed Feb 14, 2024
1 parent fdcdb10 commit 19c16b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module("Integration | Component | back-to-site-link", function (hooks) {

test("With path and text paremeter", async function (assert) {
await render(hbs`<BackToSiteLink @path="/admin" @text="back to site"/>`);
assert.dom("#back-to-site-panel a").exists("It shows back link to site");
assert.dom("#back-to-site-panel a").exists("It shows back to site link");
});

test("Without required paremeters", async function (assert) {
Expand Down

0 comments on commit 19c16b9

Please sign in to comment.