Sha256: a7c40339ad560e54c2fd689ee116dff12c00b00c837c988c83c0c3d1f36810ee

Contents?: true

Size: 492 Bytes

Versions: 2

Compression:

Stored size: 492 Bytes

Contents

require File.join(File.dirname(__FILE__), '../lib/cello/structure/html_elements/element_helper.rb')

describe "Class with element" do
  describe "Element interface" do
    it "Verify if the element exists" do
    end
    it "Click on the element" do
    end
    it "Verify if the element is visible" do
    end
    it "Verify if the element is enable" do
    end
    it "Click with the right button on the element" do
    end
    it "Define extras for specific element" do
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cello-0.0.17 spec/element_spec.rb
cello-0.0.16 spec/element_spec.rb