Commit a763d5fb authored by Andrew Harmon's avatar Andrew Harmon

Update spec/features/markdown/math_spec.rb

Refer to https://github.com/KaTeX/KaTeX/pull/1700 for additional details.
parent 3d3cc429
...@@ -16,7 +16,7 @@ describe 'Math rendering', :js do ...@@ -16,7 +16,7 @@ describe 'Math rendering', :js do
visit project_issue_path(project, issue) visit project_issue_path(project, issue)
expect(page).to have_selector('.katex .mord.mathit', text: 'b') expect(page).to have_selector('.katex .mord.mathdefault', text: 'b')
expect(page).to have_selector('.katex-display .mord.mathit', text: 'b') expect(page).to have_selector('.katex-display .mord.mathdefault', text: 'b')
end end
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment