Skip to content

Commit

Permalink
Fixes liferay#1209 - Update sticker tests
Browse files Browse the repository at this point in the history
  • Loading branch information
boton committed Oct 1, 2018
1 parent b184df6 commit 2b79da1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/clay-sticker/src/__tests__/ClaySticker.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,4 +236,12 @@ describe('ClaySticker', function() {

expect(sticker).toMatchSnapshot();
});

it('should render a sticker with title', () => {
sticker = new ClaySticker({
title: 'My awesome title',
});

expect(sticker).toMatchSnapshot();
});
});

0 comments on commit 2b79da1

Please sign in to comment.