0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 09:14:46 +01:00
posthog/cypress/e2e/toolbar.js

7 lines
151 B
JavaScript
Raw Normal View History

describe('Toolbar', () => {
it('Toolbar loads', () => {
cy.visit('/demo')
cy.get('#__POSTHOG_TOOLBAR__').should('exist')
})
})