Skip to content

Commit

Permalink
Skip SetHighlight check
Browse files Browse the repository at this point in the history
  • Loading branch information
askonev committed Oct 19, 2023
1 parent 4eca862 commit 8158cc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/docx/smoke/api_text_properties_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
end

it 'ApiTextPr | SetHighlight method' do
skip('Bug 62996 (FIXED TO 7.5)')
docx = builder.build_and_parse('js/docx/smoke/api_text_pr/set_highlight.js')
expect(docx.elements.first.nonempty_runs.first.highlight).to eq('yellow')
end
Expand Down

0 comments on commit 8158cc1

Please sign in to comment.