aboutsummaryrefslogtreecommitdiff
path: root/js/tests
diff options
context:
space:
mode:
Diffstat (limited to 'js/tests')
-rw-r--r--js/tests/unit/popover.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/unit/popover.js b/js/tests/unit/popover.js
index 9f267894d..bc94a1797 100644
--- a/js/tests/unit/popover.js
+++ b/js/tests/unit/popover.js
@@ -239,7 +239,7 @@ $(function () {
.bootstrapPopover({
title: 'Test',
content: 'Test',
- template: '<div class="popover foobar"><div class="arrow"></div><div class="inner"><h3 class="title"/><div class="content"><p/></div></div></div>'
+ template: '<div class="popover foobar"><div class="popover-arrow"></div><div class="inner"><h3 class="title"/><div class="content"><p/></div></div></div>'
})
.one('shown.bs.popover', function () {
assert.notEqual($('.popover').length, 0, 'popover was inserted')