aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2017-04-07 13:20:34 +0200
committerJohann-S <[email protected]>2017-05-14 11:41:19 +0200
commitb40b1bc396adb80944b887f72d0ae616277c852d (patch)
tree87d170caace642d8f2b195ddad863d1d36902377 /js/tests/unit
parent81e07ec05218d75d64454787449dcb870b5b66ec (diff)
downloadbootstrap-b40b1bc396adb80944b887f72d0ae616277c852d.tar.xz
bootstrap-b40b1bc396adb80944b887f72d0ae616277c852d.zip
Add attachment classes
Diffstat (limited to 'js/tests/unit')
-rw-r--r--js/tests/unit/tooltip.js2
1 files changed, 1 insertions, 1 deletions
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')