Skip to content

Commit

Permalink
Add visual test
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann-S committed Aug 19, 2017
1 parent 9e4f50a commit c413342
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion js/tests/visual/collapse.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,25 @@ <h5 class="mb-0">
</div>
</div>
</div>
<div class="row mt-2">
<div class="col-sm-12">
<p>
<button class="btn btn-primary" type="button" data-toggle="collapse" data-target="#collapseExample" aria-expanded="false" aria-controls="collapseExample">
Show collapse element with flex
</button>
</p>
<div class="collapse row" id="collapseExample">
<div class="col-sm-5">
<div class="card card-block">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident.
</div>
</div>
</div>
</div>
</div>
</div>

<script src="../../../docs/assets/js/vendor/jquery-slim.min.js"></script>
<script src="../../../assets/js/vendor/jquery-slim.min.js"></script>
<script src="../../dist/util.js"></script>
<script src="../../dist/collapse.js"></script>
</body>
Expand Down

0 comments on commit c413342

Please sign in to comment.