Skip to content

Commit 22afe5d

Browse files
ef4mansona
authored andcommitted
update test to match
1 parent 6c522ed commit 22afe5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/components/es-footer-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module('Integration | Component | es footer', function(hooks) {
1313
const footerSocialLinks = this.element.querySelectorAll('.footer-social a');
1414
const footerContribtuionsLinks = this.element.querySelectorAll('.footer-contributions a');
1515

16-
assert.equal(footerSocialLinks.length, 3, 'social links are loading');
16+
assert.equal(footerSocialLinks.length, 4, 'social links are loading');
1717
assert.equal(footerContribtuionsLinks.length, 5, 'contributors links are loading');
1818
});
1919
});

0 commit comments

Comments
 (0)