UNPKG

ole

Version:

OpenLayers Editor

10 lines (8 loc) 171 B
describe('OLE', () => { beforeEach(() => { cy.visit('/'); }); it('should initialize OLE toolbar', () => { cy.get('#ole-toolbar').should('exist'); }); });