You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
As we can see clearly from cypress - the quill editor is writing this thing (See - screenshot)
Test for cypress/e2e/component/editor/editor.cy.js (editor) Curent Behaviour (Match the expectedRichHTML & and html that is in image)
But what it is mentioned in the cypress/fixture/editor.json is different from which we will get TIME OUT ERROR(me too getting error).Due to which i am getting assertion error (Like this - assertionError: Timed out retrying after 4000ms:)
** Added Missing Test **
This PR merged for adding new and more tools to editor but we are not handing any test for new tool feat: Added more tools in the editor #974 (scorelab/Codelabz#974)
so added some test for handling and checking this tools
To Reproduce
We have to change the editor.json folder to this which is same as editor write while testing
Describe the bug
As we can see clearly from cypress - the quill editor is writing this thing (See - screenshot)
Test for cypress/e2e/component/editor/editor.cy.js (editor)
Curent Behaviour (Match the expectedRichHTML & and html that is in image)
But what it is mentioned in the cypress/fixture/editor.json is different from which we will get TIME OUT ERROR(me too getting error).Due to which i am getting assertion error (Like this - assertionError: Timed out retrying after 4000ms:)
** Added Missing Test **
This PR merged for adding new and more tools to editor but we are not handing any test for new tool
feat: Added more tools in the editor #974 (scorelab/Codelabz#974)
so added some test for handling and checking this tools
To Reproduce
We have to change the editor.json folder to this which is same as editor write while testing
Folder Path : /cypress/e2e/components/editor/editor.cy.js
Expected behavior
The text was updated successfully, but these errors were encountered: