diff options
| author | Peter Blazejewicz <[email protected]> | 2019-02-11 11:27:14 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-02-20 22:05:45 +0200 |
| commit | cbd333185e3407c6c0b8ade77ff4bb8be8238045 (patch) | |
| tree | 29ddcfe91cabf080ed567ebb5c3a747728f3f187 /js/tests/unit | |
| parent | 049a500d18b1d00dcdceac11df6590fb3c182793 (diff) | |
| download | bootstrap-cbd333185e3407c6c0b8ade77ff4bb8be8238045.tar.xz bootstrap-cbd333185e3407c6c0b8ade77ff4bb8be8238045.zip | |
Use consistent arrow class (#28105)
Diffstat (limited to 'js/tests/unit')
| -rw-r--r-- | js/tests/unit/popover.js | 2 |
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') |
