Browse Source

chore: add issue No to test description

situ2001 2 years ago
parent
commit
e7a5119ce5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      e2e-tests/editor.spec.ts

+ 1 - 1
e2e-tests/editor.spec.ts

@@ -597,7 +597,7 @@ test('should not erase typed text when expanding block quickly after typing #389
   )
   )
 })
 })
 
 
-test('should keep correct undo and redo seq',async({page,block}) => {
+test('should keep correct undo and redo seq after indenting or outdenting the block #7615',async({page,block}) => {
   await createRandomPage(page)
   await createRandomPage(page)
 
 
   await block.mustFill("foo")
   await block.mustFill("foo")