diff options
| author | Louis-Maxime Piton <[email protected]> | 2021-12-02 11:01:11 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-12-02 12:01:11 +0200 |
| commit | d8999dd5666336dcf6976cc65bc0d562a4baec5a (patch) | |
| tree | f085870113e1b95891b664974dbc2665cf16905b /js/tests/unit/dropdown.spec.js | |
| parent | 385fea49e8a7c83f2e9655cd9453256aef254aaa (diff) | |
| download | bootstrap-d8999dd5666336dcf6976cc65bc0d562a4baec5a.tar.xz bootstrap-d8999dd5666336dcf6976cc65bc0d562a4baec5a.zip | |
Tests: Minor fixes (#35455)
Diffstat (limited to 'js/tests/unit/dropdown.spec.js')
| -rw-r--r-- | js/tests/unit/dropdown.spec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/unit/dropdown.spec.js b/js/tests/unit/dropdown.spec.js index aec70063e..037a6a5a9 100644 --- a/js/tests/unit/dropdown.spec.js +++ b/js/tests/unit/dropdown.spec.js @@ -130,7 +130,7 @@ describe('Dropdown', () => { it('should allow to pass config to Popper with `popperConfig` as a function', () => { fixtureEl.innerHTML = [ '<div class="dropdown">', - ' <button class="btn dropdown-toggle" data-bs-toggle="dropdown" data-bs-placement="right" >Dropdown</button>', + ' <button class="btn dropdown-toggle" data-bs-toggle="dropdown" data-bs-placement="right">Dropdown</button>', ' <div class="dropdown-menu">', ' <a class="dropdown-item" href="#">Secondary link</a>', ' </div>', |
