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) 277 B
module.exports = (frame) => { describe('Disruptor', () => { it('Disruptor is rendered', () => { const disruptor = frame.getAll('.sc-disruptor'); disruptor.at(0).assert({ rendered: true }); }); }); };