diff --git a/tests/extension.spec.ts b/tests/extension.spec.ts index 23b21c4..e768229 100644 --- a/tests/extension.spec.ts +++ b/tests/extension.spec.ts @@ -66,3 +66,13 @@ test('commit diff with a .step file', async ({ const screenshot = await getFirstDiffScreenshot(page, url, 'step') expect(screenshot).toMatchSnapshot() }) + +test('commit diff with a .dae file as LFS', async ({ + page, + authorizedBackground, +}) => { + const url = + 'https://github.com/KittyCAD/diff-samples/commit/b009cfd6dd1eb2d0c3ec0d31a21360766ad084e4' + const screenshot = await getFirstDiffScreenshot(page, url, 'dae') + expect(screenshot).toMatchSnapshot() +}) diff --git a/tests/extension.spec.ts-snapshots/commit-diff-with-a-dae-file-as-LFS-1-chromium-darwin.png b/tests/extension.spec.ts-snapshots/commit-diff-with-a-dae-file-as-LFS-1-chromium-darwin.png new file mode 100644 index 0000000..3470be6 Binary files /dev/null and b/tests/extension.spec.ts-snapshots/commit-diff-with-a-dae-file-as-LFS-1-chromium-darwin.png differ diff --git a/tests/extension.spec.ts-snapshots/commit-diff-with-a-dae-file-as-LFS-1-chromium-linux.png b/tests/extension.spec.ts-snapshots/commit-diff-with-a-dae-file-as-LFS-1-chromium-linux.png new file mode 100644 index 0000000..254faf4 Binary files /dev/null and b/tests/extension.spec.ts-snapshots/commit-diff-with-a-dae-file-as-LFS-1-chromium-linux.png differ