mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-24 18:07:17 +01:00
6 lines
158 B
JavaScript
6 lines
158 B
JavaScript
|
describe('Sidebar', () => {
|
||
|
it('A pinned dashboard should exist', () => {
|
||
|
cy.get('[data-attr=pinned-dashboard-0]').should('be.visible')
|
||
|
})
|
||
|
})
|