Skip to content

Commit adab3db

Browse files
committed
add snapshot
1 parent 5102958 commit adab3db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: packages/host/tests/acceptance/code-submode-test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1806,6 +1806,7 @@ module('Acceptance | code submode tests', function (_hooks) {
18061806
await click('[data-test-accordion-item="boxel-spec-preview"] button');
18071807
await waitFor('[data-test-boxel-spec-selector]');
18081808
assert.dom('[data-test-boxel-spec-selector]').exists();
1809+
await percySnapshot(assert);
18091810
assert.dom('[data-test-title]').containsText('Person');
18101811
assert.dom('[data-test-description]').containsText('Catalog entry');
18111812
assert

0 commit comments

Comments
 (0)