test: fixed test cases post mathjax-v3 merge

This commit is contained in:
Mehak Nasir
2023-01-27 19:31:40 +05:00
parent 569ce49801
commit d2b2a2aff9
8 changed files with 61 additions and 50 deletions

View File

@@ -137,7 +137,7 @@ function Post({
<AlertBanner content={post} />
<PostHeader post={post} />
<div className="d-flex mt-14px text-break font-style-normal font-family-inter text-primary-500">
<HTMLLoader htmlNode={post.renderedBody} componentId="post" cssClassName="html-loader" />
<HTMLLoader htmlNode={post.renderedBody} componentId="post" cssClassName="html-loader" testId={post.id} />
</div>
{topicContext && topic && (
<div