Skip to content

Commit

Permalink
69149 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonowl committed Oct 1, 2024
1 parent 0bfbe1f commit dc716d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/docx/smoke/api_comment_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
end

it 'ApiComment | GetUserId method' do
skip 'bug https://bugzilla.onlyoffice.com/show_bug.cgi?id=69149'
# TODO: 'check after release'
skip 'bug https://bugzilla.onlyoffice.com/show_bug.cgi?id=69149' if builder.semver < Semantic::Version.new('8.2.0')
docx = builder.build_and_parse('js/docx/smoke/api_comment/get_user_id.js')
expect(docx.elements[1].nonempty_runs.first.text).to eq('User ID: uid-5')
end
Expand Down

0 comments on commit dc716d1

Please sign in to comment.