Skip to content

Commit

Permalink
attemping to log failure that's only happening in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Nov 7, 2024
1 parent 5c5b0fd commit 8ae8ef5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/acceptance/side-bar-links-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ async function visitPages(pages, assert) {
} else {
await visit(`/release/${url}`);

assert.dom('h1').hasText(title, 'We see the correct title in h1 tag.');
assert
.dom('h1')
.hasText(title, `We see the correct title in h1 tag on ${url}`);
}
}
}
Expand Down

0 comments on commit 8ae8ef5

Please sign in to comment.