Skip to content

Commit fbf33d5

Browse files
authored
Disable test: commit diff with an added .step file (#712)
To fix in #711
1 parent 94fca33 commit fbf33d5

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

tests/extension.spec.ts

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -97,16 +97,17 @@ test('pull request diff with a modified .step file', async ({
9797
// expect(screenshot2).toMatchSnapshot()
9898
})
9999

100-
test('commit diff with an added .step file', async ({
101-
page,
102-
authorizedBackground,
103-
}) => {
104-
const url =
105-
'https://github.com/KittyCAD/diff-samples/commit/fd9eec79f0464833686ea6b5b34ea07145e32734'
106-
const element = await getFirstDiffElement(page, url, 'step')
107-
const screenshot = await element.screenshot()
108-
expect(screenshot).toMatchSnapshot()
109-
})
100+
// TODO: fix this test https://github.com/KittyCAD/diff-viewer-extension/issues/711
101+
// test('commit diff with an added .step file', async ({
102+
// page,
103+
// authorizedBackground,
104+
// }) => {
105+
// const url =
106+
// 'https://github.com/KittyCAD/diff-samples/commit/fd9eec79f0464833686ea6b5b34ea07145e32734'
107+
// const element = await getFirstDiffElement(page, url, 'step')
108+
// const screenshot = await element.screenshot()
109+
// expect(screenshot).toMatchSnapshot()
110+
// })
110111

111112
// TODO: re-enable when .dae are supported
112113
// test('commit diff with a modified .dae file as LFS', async ({

0 commit comments

Comments
 (0)