Ghost/ghost/admin/app/templates/components/gh-progress-bar.hbs
Kevin Ansfield 68c09fce2d Fixed random failures in uploader component tests
refs https://github.com/TryGhost/Ghost/issues/10308
- removed reliance on `run.later` (`setTimeout`) in tests, instead favouring explicit ember-test-helper methods which wait for DOM changes
2019-03-18 19:14:24 +00:00

11 lines
315 B
Handlebars

<div class="gh-progress-container">
<div class="gh-progress-container-progress">
<div
class="gh-progress-bar {{if isError "-error"}}"
style={{progressStyle}}
data-test-progress-bar
data-test-progress-width={{percentage}}
></div>
</div>
</div>