aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit
diff options
context:
space:
mode:
authorPeter Blazejewicz <[email protected]>2019-02-11 11:27:14 +0100
committerXhmikosR <[email protected]>2019-02-20 22:05:45 +0200
commitcbd333185e3407c6c0b8ade77ff4bb8be8238045 (patch)
tree29ddcfe91cabf080ed567ebb5c3a747728f3f187 /js/tests/unit
parent049a500d18b1d00dcdceac11df6590fb3c182793 (diff)
downloadbootstrap-cbd333185e3407c6c0b8ade77ff4bb8be8238045.tar.xz
bootstrap-cbd333185e3407c6c0b8ade77ff4bb8be8238045.zip
Use consistent arrow class (#28105)
Diffstat (limited to 'js/tests/unit')
-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')