mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Fix tests fixture type (#35501)
Previously we were adding an Array instead of a String
This commit is contained in:
@@ -722,7 +722,7 @@ describe('Tooltip', () => {
|
||||
'<b>Trigger</b>',
|
||||
'the tooltip',
|
||||
'</a>'
|
||||
]
|
||||
].join('')
|
||||
|
||||
const tooltipEl = fixtureEl.querySelector('a')
|
||||
const tooltip = new Tooltip(tooltipEl)
|
||||
|
||||
Reference in New Issue
Block a user