diff options
Diffstat (limited to 'js/tests')
| -rw-r--r-- | js/tests/index.html | 2 | ||||
| -rw-r--r-- | js/tests/unit/tooltip.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/js/tests/index.html b/js/tests/index.html index 81efd5876..d17608e4a 100644 --- a/js/tests/index.html +++ b/js/tests/index.html @@ -7,7 +7,7 @@ <!-- jQuery --> <script src="../../docs/assets/js/vendor/jquery-slim.min.js"></script> - <script src="../../docs/assets/js/vendor/tether.min.js"></script> + <script src="../../docs/assets/js/vendor/popper.min.js"></script> <!-- QUnit --> <link rel="stylesheet" href="vendor/qunit.css" media="screen"> diff --git a/js/tests/unit/tooltip.js b/js/tests/unit/tooltip.js index 8cb1a6fdf..dc6364415 100644 --- a/js/tests/unit/tooltip.js +++ b/js/tests/unit/tooltip.js @@ -111,7 +111,7 @@ $(function () { assert .ok($('.tooltip') - .is('.fade.bs-tether-element-attached-top.bs-tether-element-attached-center.show'), 'has correct classes applied') + .is('.fade.bs-tooltip-bottom.show'), 'has correct classes applied') $tooltip.bootstrapTooltip('hide') |
