Skip to content

Commit

Permalink
Update tests/unit/popover.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Dec 18, 2024
1 parent fb4fa09 commit a059607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/tests/unit/popover.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a059607

Please sign in to comment.