We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 928a758 commit c2535b3Copy full SHA for c2535b3
test/integration/comment_spec.mjs
@@ -297,9 +297,7 @@ describe("Comment", () => {
297
selector => document.querySelector(selector).title,
298
commentButtonSelector
299
);
300
- expect(title)
301
- .withContext(`In ${browserName}`)
302
- .toEqual("Edit comment");
+ expect(title).withContext(`In ${browserName}`).toEqual("Add comment");
303
await page.click(commentButtonSelector);
304
305
const textInputSelector = "#commentManagerTextInput";
0 commit comments