Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix e2e test
  • Loading branch information
t-hamano committed Sep 26, 2025
commit 849df9c49564a8f964127b81c0748638956de2b4
1 change: 1 addition & 0 deletions test/e2e/specs/editor/various/block-comments.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ test.describe( 'Block Comments', () => {
.filter( { hasText: 'Comment marked as resolved.' } )
).toBeVisible();

await page.locator( '.editor-collab-sidebar-panel__thread' ).click();
const commentForm = page.getByRole( 'textbox', { name: 'Comment' } );
await commentForm.fill( 'Test reply that reopens the comment.' );
await page
Expand Down
Loading