Skip to content
Open
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module(
test('it renders', async function (assert) {
assert.expect(1);

const asciicast = await fetch('/example.cast');
const asciicast = await fetch('/session.cast');
Copy link
Collaborator Author

@hashicc hashicc Dec 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In our app we have the same cast file as this test was using in the repo, it's just under a different filename

const asciicastContent = await asciicast.text();
this.set('data', asciicastContent);

Expand Down