[MM-32576] Text copied from Microsoft OneNote pastes as an image (v2) (#23530)

* [MM-32576] Text copied from Microsoft OneNote pastes as an image

* [MM-32576] Text copied from Microsoft OneNote pastes as an image (linter and tests fix)

* [MM-32576] Text copied from Microsoft OneNote pastes as an image (E2E tests fix: mock clipboardData.getData())

---------

Co-authored-by: Andrey Karavashkin <akaravashkin@stsoft.ru>
Этот коммит содержится в:
Andrey K
2023-08-18 14:37:58 +03:00
коммит произвёл GitHub
родитель 7b0b0d8609
Коммит 56a0becbca
4 изменённых файлов: 6 добавлений и 4 удалений

Просмотреть файл

@@ -140,6 +140,7 @@ describe('Upload Files - Settings', () => {
},
}],
types: [],
getData: () => {},
}});
// * An error should be visible saying 'File attachments are disabled'
@@ -165,6 +166,7 @@ describe('Upload Files - Settings', () => {
},
}],
types: [],
getData: () => {},
}});
// * An error should be visible saying 'File attachments are disabled'

Просмотреть файл

@@ -41,6 +41,7 @@ describe('Paste Image', () => {
},
}],
types: [],
getData: () => {},
}});
cy.uiWaitForFileUploadPreview();