Skip to content

Commit 0c90a3f

Browse files
committed
Fix footer rendering test
1 parent 9cddbcd commit 0c90a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ test('it renders', function(assert) {
1414
const footerStyle = window.getComputedStyle(footer, null);
1515
const footerBgColor = footerStyle.getPropertyValue('background-color');
1616

17-
assert.equal(footerSocialLinks.length, 2, 'social links are loading');
17+
assert.equal(footerSocialLinks.length, 3, 'social links are loading');
1818
assert.equal(footerContribtuionsLinks.length, 2, 'contributors links are loading');
1919
assert.equal(footerBgColor, 'rgb(242, 236, 233)', 'background color is rendering');
2020
});

0 commit comments

Comments
 (0)