Skip to content

Commit

Permalink
fix SocialLinksEditor unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
goplayoutside3 committed Sep 25, 2024
1 parent 10975e7 commit f01b33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pages/lab/social-links-editor.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe('SocialLinksEditor', function () {

it('should contain the correct number of rows', function () {
const rows = wrapper.find('tr');
assert.equal(rows.length, 12);
assert.equal(rows.length, 14);
});

it('should rearrange the default social links on load', function () {
Expand Down

0 comments on commit f01b33f

Please sign in to comment.