discourse/test
Joffrey JAFFEUX c9921869f1
FIX: adds select-kit api to modify header computed content (#5476)
This api would allow to simply modify header text or icons, eg:

```
      api.modifySelectKit("select-kit")
        .modifyHeaderComputedContent((context, computedContent) => {
          computedContent.title = "Not so evil";
          return computedContent;
        });
```
2018-01-09 10:52:32 +01:00
..
javascripts FIX: adds select-kit api to modify header computed content (#5476) 2018-01-09 10:52:32 +01:00
stylesheets FEATURE: Introduces new emoji-picker 2017-07-19 16:48:23 +02:00
smoke_test.js Puppeteer `page.authenticate` messes up CSRF tokens in forms. 2018-01-04 21:30:04 +08:00