diff options
Diffstat (limited to 'js/tests/visual')
| -rw-r--r-- | js/tests/visual/alert.html | 4 | ||||
| -rw-r--r-- | js/tests/visual/collapse.html | 2 | ||||
| -rw-r--r-- | js/tests/visual/modal.html | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/js/tests/visual/alert.html b/js/tests/visual/alert.html index 15fb3091a..1b60dae23 100644 --- a/js/tests/visual/alert.html +++ b/js/tests/visual/alert.html @@ -13,12 +13,12 @@ <h1>Alert <small>Bootstrap Visual Test</small></h1> - <div class="alert alert-warning fade in"> + <div class="alert alert-warning fade active"> <button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button> <strong>Holy guacamole!</strong> Best check yo self, you're not looking too good. </div> - <div class="alert alert-danger fade in"> + <div class="alert alert-danger fade active"> <button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button> <h4>Oh snap! You got an error!</h4> <p>Change this and that and try again. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum.</p> diff --git a/js/tests/visual/collapse.html b/js/tests/visual/collapse.html index ec7a6f29a..513a8037c 100644 --- a/js/tests/visual/collapse.html +++ b/js/tests/visual/collapse.html @@ -22,7 +22,7 @@ </a> </h5> </div> - <div id="collapseOne" class="collapse in"> + <div id="collapseOne" class="collapse active"> <div class="card-block"> Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. </div> diff --git a/js/tests/visual/modal.html b/js/tests/visual/modal.html index a9e2c2440..5d7ee0fc0 100644 --- a/js/tests/visual/modal.html +++ b/js/tests/visual/modal.html @@ -71,7 +71,7 @@ </a> </h5> </div> - <div id="collapseOne" class="collapse in" role="tabpanel" aria-labelledby="headingOne"> + <div id="collapseOne" class="collapse active" role="tabpanel" aria-labelledby="headingOne"> <div class="card-block"> Lorem ipsum </div> |
