Skip to content

Commit c2535b3

Browse files
committed
[Editor] Fix integration test after #20372
1 parent 928a758 commit c2535b3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/integration/comment_spec.mjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,9 +297,7 @@ describe("Comment", () => {
297297
selector => document.querySelector(selector).title,
298298
commentButtonSelector
299299
);
300-
expect(title)
301-
.withContext(`In ${browserName}`)
302-
.toEqual("Edit comment");
300+
expect(title).withContext(`In ${browserName}`).toEqual("Add comment");
303301
await page.click(commentButtonSelector);
304302

305303
const textInputSelector = "#commentManagerTextInput";

0 commit comments

Comments
 (0)