File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed
Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff 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 ({
You can’t perform that action at this time.
0 commit comments