mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 01:42:29 +03:00
68c09fce2d
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
11 lines
315 B
Handlebars
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>
|