UNPKG

showcar-ui

Version:

Showcar-ui is the pattern library that is used to build the frontend of AutoScout24. It provides CSS classes, custom elements and components.

16 lines (13 loc) 327 B
module.exports = (frame, assert) => { describe('Icon', () => { let icon; beforeEach(() => { icon = frame.getAll('#icon-default as24-icon').at(0); }); it('Icon is rendered', () => { icon.assert({ rendered: true }); }); }); };