Fix js unit test for report modal
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -63,7 +63,7 @@ describe("ReportModal", () => {
|
||||
},
|
||||
});
|
||||
|
||||
const commentContainer = wrapper.find("article.media");
|
||||
const commentContainer = wrapper.find("article");
|
||||
expect(commentContainer.find("strong").text()).toContain(
|
||||
"I am the comment author"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user