',
@@ -504,8 +504,8 @@ describe('Tab', () => {
it('should not remove fade class if no active pane is present', done => {
fixtureEl.innerHTML = [
'
',
'
',
@@ -541,10 +541,10 @@ describe('Tab', () => {
it('should not add show class to tab panes if there is no `.fade` class', done => {
fixtureEl.innerHTML = [
'
',
- ' - ',
+ '
- ',
' Home',
'
',
- ' - ',
+ '
- ',
' Profile',
'
',
'
',
@@ -567,10 +567,10 @@ describe('Tab', () => {
it('should add show class to tab panes if there is a `.fade` class', done => {
fixtureEl.innerHTML = [
'
',
- ' - ',
+ '
- ',
' Home',
'
',
- ' - ',
+ '
- ',
' Profile',
'
',
'
',
diff --git a/js/tests/visual/collapse.html b/js/tests/visual/collapse.html
index 1e1f7f967b..0bc82923ec 100644
--- a/js/tests/visual/collapse.html
+++ b/js/tests/visual/collapse.html
@@ -11,7 +11,7 @@
Collapse Bootstrap Visual Test