mirror of https://github.com/sgoudham/carbon.git
integration tests (#827)
parent
8fc8c29af7
commit
d3795b405b
@ -0,0 +1,9 @@
|
|||||||
|
/* global cy */
|
||||||
|
describe('Embed', () => {
|
||||||
|
it('Should render the Carbon editor but no toolbar', () => {
|
||||||
|
cy.visit('/embed')
|
||||||
|
|
||||||
|
cy.get('.export-container').should('be.visible')
|
||||||
|
cy.get('.export-menu-container').should('not.exist')
|
||||||
|
})
|
||||||
|
})
|
Loading…
Reference in New Issue