summaryrefslogtreecommitdiffstats
path: root/webapp/tests/components/__snapshots__/new_channel_modal.test.jsx.snap
Commit message (Collapse)AuthorAgeFilesLines
* add more Ids for UI automation (#6673)Saturnino Abril2017-06-201-0/+9
|
* Updating client dependencies. Switching to yarn. (#6433)Christopher Speller2017-05-181-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | * Updating client dependancies. Switching to using yarn. * Updating React * Moving pure components to using function syntax (performance gains with newer react version) * Updating client dependancies. * Ignore .yarninstall * Enabling pre-lockfile because it's the entire point of using yarn. * Removing old webpack config * Moving to new prop-types * Fixing ESLint Errors * Updating jest snapshots. * Cleaning up package.json
* PLT-6406 Migrate new channel modal to be pure and use redux (#6416)Joram Wilander2017-05-171-0/+733
* Migrate new channel modal to be pure and use redux * Add component tests