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.
2 parents bd0bf03 + c2535b3 commit b281051Copy full SHA for b281051
test/integration/comment_spec.mjs
@@ -299,9 +299,7 @@ describe("Comment", () => {
299
selector => document.querySelector(selector).title,
300
commentButtonSelector
301
);
302
- expect(title)
303
- .withContext(`In ${browserName}`)
304
- .toEqual("Edit comment");
+ expect(title).withContext(`In ${browserName}`).toEqual("Add comment");
305
await page.click(commentButtonSelector);
306
307
const textInputSelector = "#commentManagerTextInput";
0 commit comments