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 (11 loc) 366 B
module.exports = (frame) => { describe('Google map', () => { it('Map is rendered', () => { // const map = frame.get('#google-map as24-google-map iframe'); const map = frame.get('#google-map as24-google-map'); //tests are evergreen yet map.assert({ rendered: true }); }); }); };