We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c522ed commit 22afe5dCopy full SHA for 22afe5d
tests/integration/components/es-footer-test.js
@@ -13,7 +13,7 @@ module('Integration | Component | es footer', function(hooks) {
13
const footerSocialLinks = this.element.querySelectorAll('.footer-social a');
14
const footerContribtuionsLinks = this.element.querySelectorAll('.footer-contributions a');
15
16
- assert.equal(footerSocialLinks.length, 3, 'social links are loading');
+ assert.equal(footerSocialLinks.length, 4, 'social links are loading');
17
assert.equal(footerContribtuionsLinks.length, 5, 'contributors links are loading');
18
});
19
0 commit comments