Skip to content

Commit b281051

Browse files
Merge pull request #20377 from calixteman/fix_integration_test1
[Editor] Fix integration test after #20372
2 parents bd0bf03 + c2535b3 commit b281051

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
@@ -299,9 +299,7 @@ describe("Comment", () => {
299299
selector => document.querySelector(selector).title,
300300
commentButtonSelector
301301
);
302-
expect(title)
303-
.withContext(`In ${browserName}`)
304-
.toEqual("Edit comment");
302+
expect(title).withContext(`In ${browserName}`).toEqual("Add comment");
305303
await page.click(commentButtonSelector);
306304

307305
const textInputSelector = "#commentManagerTextInput";

0 commit comments

Comments
 (0)