summaryrefslogtreecommitdiffstats
path: root/webapp/tests/utils
Commit message (Collapse)AuthorAgeFilesLines
* Refresh the emoji library (#7001)Chris2017-07-251-2/+2
| | | | | | | | | | | | | | * refresh the emoji library * fix img_trans.gif * compress sprite sheet * remove note on compression - webpack seems to handle compression decently * better emoji sheet preloading * requested changes
* Added MarkdownImage component (#6774)Harrison Healey2017-06-281-5/+5
| | | | | | * Added MarkdownImage component * Fixed unit tests
* PLT-6799 Removed <wbr> tags from markdown links (#6766)Harrison Healey2017-06-282-4/+4
| | | | | | * PLT-6799 Removed <wbr> tags from markdown links * Fixed unit tests
* PLT-4457 Added AtMention component to better render at mentions (#6563)Harrison Healey2017-06-202-40/+17
| | | | | | | | | | | | | | * Moved Utils.searchForTerm into an action * Added easier importing of index.jsx files * PLT-4457 Added AtMention component to better render at mentions * Fixed client unit tests * Fixed merge conflict * Fixed merge conflicts
* [PLT-1444] Created latinise function and updated cleanUpUrlable function to ↵chrismatteson2017-05-151-0/+23
| | | | utilize (#6273)
* Revert "[GH-5915] Clicking on @mention of a user in a post shows the profile ↵Harrison Healey2017-05-012-20/+12
| | | | | popover (#6129)" (#6289) This reverts commit 83f819451a80a767170b927eb2f0d5ed63f03239.
* [GH-5915] Clicking on @mention of a user in a post shows the profile popover ↵Saturnino Abril2017-05-012-12/+20
| | | | | | | | | | | | | | | | (#6129) * post message at-mention profile pop-over * remove hover effect to special mentions * make non-clickable the non-existing at-mention username * fix "video call" position * use usernameMap instead of initially defined liteUsernameMap * update per comments
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-125-5/+5
| | | | | | | | | | | | * PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots
* PLT-5755: Infrastructure for Component Testing. (#5814)George Goldberg2017-03-236-0/+915
This migrates the existing webapp tests to using Jest and Enzyme. The infrastructure is put in place for React component testing, and a few simple example component tests are implemented. This also adds snapshot testing of components, coverage checking for the webapp (although that is not yet integrated to Coveralls), and the ability to run npm run test:watch to automatically re-run affected tests when working on the webapp codebase.