mirror of
https://github.com/hcengineering/platform.git
synced 2025-03-20 14:01:51 +00:00
Skip flacky test
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
9f73cb811f
commit
d1ebe40617
@ -170,7 +170,7 @@ test.describe('Content in the Documents tests', () => {
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
test('Check Image view and size actions', async ({ page }) => {
|
test.skip('Check Image view and size actions', async ({ page }) => {
|
||||||
await documentContentPage.addImageToDocument(page)
|
await documentContentPage.addImageToDocument(page)
|
||||||
const imageSrc = await documentContentPage.firstImageInDocument().getAttribute('src')
|
const imageSrc = await documentContentPage.firstImageInDocument().getAttribute('src')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user