diff options
Diffstat (limited to 'js/tests')
| -rw-r--r-- | js/tests/visual/popover.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/visual/popover.html b/js/tests/visual/popover.html index 4fd813c06..93fa01f9d 100644 --- a/js/tests/visual/popover.html +++ b/js/tests/visual/popover.html @@ -10,7 +10,7 @@ <div class="container"> <h1>Popover <small>Bootstrap Visual Test</small></h1> - <button type="button" class="btn btn-secondary" data-container="body" data-toggle="popover" data-placement="top" data-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus."> + <button type="button" class="btn btn-secondary" data-container="body" data-toggle="popover" data-placement="top" data-content="Default placement was on top but not enough place"> Popover on top </button> |
