Skip to content

Conversation

@talyguryn
Copy link
Member

Add cypress tests

"blocks": [
{
"type": "header",
"data": {}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"data": {}
"data": {
"text": "",
"level": 2
}

cy.initEditor().as('EditorJS');
})

it('should render default icon', function () {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this test is not related to the Header tool, but to the Editor core

.should('exist');
});

it('should render block on click on toolbox icon', function () {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants