Этот коммит содержится в:
Saturnino Abril
2023-06-15 21:58:00 +08:00
коммит произвёл GitHub
родитель d7a3d14c5e
Коммит 75a0e61de7
6 изменённых файлов: 11 добавлений и 10 удалений

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

@@ -21,7 +21,7 @@ describe('Messaging', () => {
it('MM-T187 Inline markdown images open preview window', () => {
// # Post the image link to the channel
cy.postMessage('Hello ![test image](https://raw.githubusercontent.com/furqanmlk/furqanmlk.github.io/main/images/image-small-height.png)');
cy.postMessage('Hello ![test image](https://raw.githubusercontent.com/mattermost/mattermost/master/e2e-tests/cypress/tests/fixtures/image-small-height.png)');
// * Confirm the image container is visible
cy.uiWaitUntilMessagePostedIncludes('Hello');