0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 18:07:17 +01:00
posthog/cypress/integration/sidebar.js

6 lines
158 B
JavaScript
Raw Normal View History

describe('Sidebar', () => {
it('A pinned dashboard should exist', () => {
cy.get('[data-attr=pinned-dashboard-0]').should('be.visible')
})
})