summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorKushal Pandya <kushalspandya@gmail.com>2019-01-21 05:21:18 +0000
committerKushal Pandya <kushalspandya@gmail.com>2019-01-21 05:21:18 +0000
commit93a93174c2978834d529f7ee5f1d62682ee5a536 (patch)
tree6db5a59d663c6d941858d8539109c413d641adc2 /spec
parent62f8973f2d63e4a07df20150cfceba07b1cd5574 (diff)
parenta763d5fb097fb76596a80e801459bc32d2c3ff34 (diff)
downloadgitlab-ce-93a93174c2978834d529f7ee5f1d62682ee5a536.tar.gz
Merge branch 'sh-bump-katex-version-0.10.0' into 'master'
Bump the katex package to 0.10.0 See merge request gitlab-org/gitlab-ce!24478
Diffstat (limited to 'spec')
-rw-r--r--spec/features/markdown/math_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/markdown/math_spec.rb b/spec/features/markdown/math_spec.rb
index 6a23d6b78ab..678ce80b382 100644
--- a/spec/features/markdown/math_spec.rb
+++ b/spec/features/markdown/math_spec.rb
@@ -16,7 +16,7 @@ describe 'Math rendering', :js do
visit project_issue_path(project, issue)
- expect(page).to have_selector('.katex .mord.mathit', text: 'b')
- expect(page).to have_selector('.katex-display .mord.mathit', text: 'b')
+ expect(page).to have_selector('.katex .mord.mathdefault', text: 'b')
+ expect(page).to have_selector('.katex-display .mord.mathdefault', text: 'b')
end
end