mirror of
https://github.com/PostHog/posthog.git
synced 2024-12-01 04:04:16 +01:00
23f5918477
* Add enterprise edition and licensing * Cypress test * License wording change * Fix typos
8 lines
238 B
JavaScript
8 lines
238 B
JavaScript
describe('Licenses', () => {
|
|
it('Licenses loaded', () => {
|
|
cy.get('[data-attr=menu-item-settings]').click()
|
|
cy.get('[data-attr=menu-item-licenses]').click()
|
|
cy.get('h1').should('contain', 'Licenses')
|
|
})
|
|
})
|