mirror of
https://github.com/codex-team/editor.js
synced 2026-03-14 22:55:47 +01:00
Update test/cypress/tests/inline-tools/link.cy.ts
Co-authored-by: Peter <specc.dev@gmail.com>
This commit is contained in:
parent
714ee3e6ef
commit
a64c832592
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ describe('Inline Tool Link', () => {
|
|||
.should('contain', 'Bold and italic text');
|
||||
});
|
||||
|
||||
it('should open formatted link in the same tab', () => {
|
||||
it('should open a link if it is wrapped in another formatting', () => {
|
||||
cy.createEditor({
|
||||
data: {
|
||||
blocks: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue