File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ describe('Manage a table', () => {
3232 cy . contains ( 'button' , 'Create row' ) . should ( 'be.visible' )
3333 cy . contains ( 'h1' , 'to do list' ) . should ( 'be.visible' )
3434 cy . contains ( 'table th' , 'Task' ) . should ( 'exist' )
35- cy . contains ( '.paragraph-content ' , 'to Do List description' ) . should ( 'be.visible' )
35+ cy . contains ( '.text-editor__content p ' , 'to Do List description' ) . should ( 'be.visible' )
3636 } )
3737
3838 it ( 'Create with import' , ( ) => {
@@ -71,7 +71,7 @@ describe('Manage a table', () => {
7171
7272 cy . wait ( 10 ) . get ( '.toastify.toast-success' ) . should ( 'be.visible' )
7373 cy . get ( '.app-navigation__list' ) . contains ( 'ToDo list' ) . should ( 'exist' )
74- cy . contains ( '.paragraph-content ' , 'Updated ToDo List description' ) . should ( 'be.visible' )
74+ cy . contains ( '.text-editor__content p ' , 'Updated ToDo List description' ) . should ( 'be.visible' )
7575 } )
7676
7777 it ( 'Delete' , ( ) => {
You can’t perform that action at this time.
0 commit comments