Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonowl committed Dec 26, 2024
1 parent 36913bb commit bd7728b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/pptx/smoke/api_layout_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@
expect(background_color.gradient_stops[1].position).to eq(100)
end

it 'ApiLayout | SetName method' do
pptx = builder.build_and_parse('js/pptx/smoke/api_layout/set_name.js')
expect(pptx.slides.first.elements.last.text_body.paragraphs.last.characters.first.text).to eq('Class Type = image')
end
# it 'ApiLayout | SetName method' do
# pptx = builder.build_and_parse('js/pptx/smoke/api_layout/set_name.js')
# expect(pptx.slides.first.elements.last.text_body.paragraphs.last.characters.first.text).to eq('Class Type = image')
# end

it 'ApiLayout | ToJSON method' do
pptx = builder.build_and_parse('js/pptx/smoke/api_layout/to_json.js')
Expand Down

0 comments on commit bd7728b

Please sign in to comment.