Sha256: 53b836d02d4ecb461f8827abfbce5b06a634eddb2d1b047fcf70690caa634377

Contents?: true

Size: 382 Bytes

Versions: 5

Compression:

Stored size: 382 Bytes

Contents

# frozen_string_literal: true

describe TestCentricity::AppImage, required: true do
  subject(:test_image) { described_class.new(:test_image, self, { accessibility_id: 'image 1' }, :page) }

  it 'returns class' do
    expect(test_image.class).to eql TestCentricity::AppImage
  end

  it 'registers with type image' do
    expect(test_image.get_object_type).to eql :image
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
testcentricity-3.0.4 spec/testcentricity/elements/image_spec.rb
testcentricity-3.0.3 spec/testcentricity/elements/image_spec.rb
testcentricity-3.0.2 spec/testcentricity/elements/image_spec.rb
testcentricity-3.0.1 spec/testcentricity/elements/image_spec.rb
testcentricity-3.0.0 spec/testcentricity/elements/image_spec.rb