Merge pull request #20377 from calixteman/fix_integration_test1
[Editor] Fix integration test after #20372
This commit is contained in:
commit
b2810513c9
@ -299,9 +299,7 @@ describe("Comment", () => {
|
||||
selector => document.querySelector(selector).title,
|
||||
commentButtonSelector
|
||||
);
|
||||
expect(title)
|
||||
.withContext(`In ${browserName}`)
|
||||
.toEqual("Edit comment");
|
||||
expect(title).withContext(`In ${browserName}`).toEqual("Add comment");
|
||||
await page.click(commentButtonSelector);
|
||||
|
||||
const textInputSelector = "#commentManagerTextInput";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user