mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-12 16:44:17 +02:00
test(carousel): french word in the wild (#32528)
This commit is contained in:
@@ -905,7 +905,7 @@ describe('Carousel', () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
describe('to', () => {
|
describe('to', () => {
|
||||||
it('should go directement to the provided index', done => {
|
it('should go directly to the provided index', done => {
|
||||||
fixtureEl.innerHTML = [
|
fixtureEl.innerHTML = [
|
||||||
'<div id="myCarousel" class="carousel slide">',
|
'<div id="myCarousel" class="carousel slide">',
|
||||||
' <div class="carousel-inner">',
|
' <div class="carousel-inner">',
|
||||||
|
Reference in New Issue
Block a user