mattermost/server/tests/test-link-preview.md

54 lines
1.9 KiB
Markdown
Raw Permalink Normal View History

2015-11-12 18:13:09 -05:00
# Link Preview Tests
Link previews should embed previews of the contents of a hyperlink from a message or comment in the center channel directly below the message or comment.
Post location variation:
1. Post message in center channel with RHS closed (Expected: preview of first link renders under message)
2. Post message in center channel with RHS open (Expected: preview of first link renders under message)
3. Post comment in RHS (Expected: link preview does not render)
4. View comment in center channel with RHS closed (Expected: preview of first link renders under message)
5. View comment in center channel with RHS open (Expected: preview of first link renders under message)
6. Search for post in RHS with link (Expected: no previews render in search results)
2015-11-12 18:13:09 -05:00
Test the above variations with the below sample messages (e.g. 1-A, 2-B, 3-C, 4-D, etc.)
2015-11-12 18:22:30 -05:00
```
2017-03-04 12:49:46 -05:00
#### A) No link preview
2015-11-12 18:22:30 -05:00
2017-03-04 12:49:46 -05:00
Link 1 example: https://en.wikipedia.org/wiki/Olympus_Mons
2015-11-12 18:22:30 -05:00
2017-03-04 12:49:46 -05:00
Link 2 example: http://www.techmeme.com/
2017-03-04 12:49:46 -05:00
Link 3 example: https://about.gitlab.com/
```
```
2017-03-04 12:49:46 -05:00
#### B) Link preview without an image
2017-03-04 12:49:46 -05:00
Link 1 example: https://coveralls.io/builds/9818822/source?filename=app%2Faudit.go
```
```
2017-03-04 12:49:46 -05:00
#### C) Link preview with image in top right corner
2017-03-04 12:49:46 -05:00
Link 1 example: http://www.theglobeandmail.com/news/national/three-canadians-shortlisted-for-global-teacher-prize/article33429901/
2017-03-04 12:49:46 -05:00
Link 2 example: https://twitter.com/ArchieComics/status/813007703861841920
2017-03-04 12:49:46 -05:00
Link 3 example: https://github.com/mattermost
2017-03-04 12:49:46 -05:00
Link 4 example: http://stackoverflow.com/questions/36650437/using-mattermost-api-via-gitlab-oauth-as-an-end-user-with-username-and-password
```
```
2017-03-04 12:49:46 -05:00
#### D) Link preview with image at the bottom
2017-03-04 12:49:46 -05:00
If "Account Settings > Display > Default appearance of image link previews" is set to "Collapsed", you must click the expand arrows to display the image.
2017-03-04 12:49:46 -05:00
Link 1 example: https://www.yahoo.com/news/panasonic-unveils-solar-roof-may-212400917.html
Link 2 example: https://mattermost.com
```