Sha256: fa92111dec7c9cccb733f6d3f706dd4961c6d2a22270f80201d60ca0b159e67e

Contents?: true

Size: 745 Bytes

Versions: 2

Compression:

Stored size: 745 Bytes

Contents

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

describe Cello::Structure::TextfieldHelper do
  describe "define_extras_for_textfield" do
    it "Veify if the textfield is enabled" do
    end
    it "Clear the textfield" do
    end
    it "Get the text from the textfield" do
    end
    it "Fill the textfield with some specific text" do
    end
    it "Verify if the textfield does not contain some text" do
    end
    it "Verify if the textfield contains some text" do
    end
    it "Verify if the containt of the textfield is exacly some text" do
    end
    it "Verify if the textfield is empty" do
    end
    it "Get the size of the containt of the textfield" do
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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