Disable test: commit diff with an added .step file (#712)
To fix in #711
This commit is contained in:
@ -97,16 +97,17 @@ test('pull request diff with a modified .step file', async ({
|
|||||||
// expect(screenshot2).toMatchSnapshot()
|
// expect(screenshot2).toMatchSnapshot()
|
||||||
})
|
})
|
||||||
|
|
||||||
test('commit diff with an added .step file', async ({
|
// TODO: fix this test https://github.com/KittyCAD/diff-viewer-extension/issues/711
|
||||||
page,
|
// test('commit diff with an added .step file', async ({
|
||||||
authorizedBackground,
|
// page,
|
||||||
}) => {
|
// authorizedBackground,
|
||||||
const url =
|
// }) => {
|
||||||
'https://github.com/KittyCAD/diff-samples/commit/fd9eec79f0464833686ea6b5b34ea07145e32734'
|
// const url =
|
||||||
const element = await getFirstDiffElement(page, url, 'step')
|
// 'https://github.com/KittyCAD/diff-samples/commit/fd9eec79f0464833686ea6b5b34ea07145e32734'
|
||||||
const screenshot = await element.screenshot()
|
// const element = await getFirstDiffElement(page, url, 'step')
|
||||||
expect(screenshot).toMatchSnapshot()
|
// const screenshot = await element.screenshot()
|
||||||
})
|
// expect(screenshot).toMatchSnapshot()
|
||||||
|
// })
|
||||||
|
|
||||||
// TODO: re-enable when .dae are supported
|
// TODO: re-enable when .dae are supported
|
||||||
// test('commit diff with a modified .dae file as LFS', async ({
|
// test('commit diff with a modified .dae file as LFS', async ({
|
||||||
|
Reference in New Issue
Block a user