mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
Update tests/unit/popover.spec.js
All checks were successful
BrowserStack / browserstack (push) Has been skipped
All checks were successful
BrowserStack / browserstack (push) Has been skipped
This commit is contained in:
parent
fb4fa0942a
commit
a059607930
@ -58,7 +58,7 @@ describe('Popover', () => {
|
||||
describe('show', () => {
|
||||
it('should toggle a popover after show', () => {
|
||||
return new Promise(resolve => {
|
||||
fixtureEl.innerHTML = '<a href="#" title="Popover" data-bs-content="https://twitter.com/getbootstrap">BS twitter</a>'
|
||||
fixtureEl.innerHTML = '<a href="#" title="Popover" data-bs-content="https://x.com/getbootstrap">BS X</a>'
|
||||
|
||||
const popoverEl = fixtureEl.querySelector('a')
|
||||
const popover = new Popover(popoverEl)
|
||||
|
Loading…
x
Reference in New Issue
Block a user