Skip to content

Commit fc7ff81

Browse files
authored
Merge pull request #497 from rackerlabs/docs-loaders-tests
chore(tests): migrate Progress Bar tests
2 parents 6875755 + 73b1a9e commit fc7ff81

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/components/loader/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Loader
33
minver: 0.4.0
44
also:
5+
components/loader/test-progress.html: Testing - Progress Bar
56
elements/hx-busy: <hx-busy>
67
elements/hx-progress: <hx-progress>
78
---

docs/elements/hx-progress/test.html renamed to docs/components/loader/test-progress.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
---
2-
title: Testing <hx-progress>
2+
title: Testing - Progress Bar
3+
crumbs:
4+
- path: components/loader
5+
label: Loader
36
---
47
{% extends 'test.njk' %}
8+
59
{% block content %}
610
<section>
711
<h2>No Attributes</h2>

0 commit comments

Comments
 (0)