Ghost/ghost/admin/tests/acceptance/settings
Kevin Ansfield f1512d12c2 success/failure state spinner buttons (#566)
refs https://github.com/TryGhost/Ghost/issues/7515
- changes to `gh-task-button`:
  - can take `buttonText` (default: "Save"), `runningText` ("Saving"), `successText` ("Saved"), and `failureText` ("Retry") params
  - positional param for `buttonText`
  - default button display can be overridden by passing in a block, in that scenario the component will yield a hash containing all states to be used in this fashion:
    ```
    {{#gh-task-button task=myTask as |task|}}
    {{if task.isIdle "Save me"}}
    {{if task.isRunning "Saving"}}
    {{if task.isSuccess "Thank you!"}}
    {{if task.isFailure "Nooooooo!"}}
    {{/gh-task-button}}
    ```
- update existing uses of `gh-task-button` to match new component signature
2017-03-07 10:28:52 -07:00
..
apps-test.js AMP app integration (#483) 2017-01-20 09:33:54 +00:00
code-injection-test.js update tests for HTML changes 2017-02-17 10:14:16 +00:00
design-test.js fix tests for new themes table styles (#553) 2017-02-27 12:34:46 +00:00
general-test.js success/failure state spinner buttons (#566) 2017-03-07 10:28:52 -07:00
labs-test.js 🐛 disable failing test temporarily 2017-02-17 12:31:12 -06:00
slack-test.js Update acceptance tests to use new mirage api 2017-01-13 15:59:37 +00:00
tags-test.js rename settings/navigation -> settings/design, move theme management (#543) 2017-02-21 19:04:50 +00:00