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.

12 lines (10 loc) 279 B
module.exports = (frame) => { describe('Highlight', () => { it('Highlight is rendered', () => { const highlights = frame.getAll('.sc-highlight'); highlights.at(0).assert({ rendered: true }); }); }); };