Skip to content

Commit

Permalink
Add issue number to a previous PR's test
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixeliot authored and tiensonqin committed Aug 15, 2022
1 parent bc00dba commit 2970ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/editor.spec.ts
Expand Up @@ -180,7 +180,7 @@ test('copy & paste block ref and replace its content', async ({ page, block }) =
}
})

test('copy and paste block after editing new block', async ({ page, block }) => {
test('copy and paste block after editing new block #5962', async ({ page, block }) => {
await createRandomPage(page)

// Create a block and copy it in block-select mode
Expand Down

0 comments on commit 2970ff6

Please sign in to comment.