Sha256: 05f044780ebecc92de264f0bcde1469c4a597720b23dc2b52fc256757c36e2cc
Contents?: true
Size: 526 Bytes
Versions: 13
Compression:
Stored size: 526 Bytes
Contents
require File.join(File.dirname(__FILE__), '../lib/cello/pageobjects/page.rb') require File.dirname(__FILE__) + "/spec_helper" describe Cello::PageObjects::Page do describe "Create a page" do end describe "Visit the page" do end describe "Seach a specific text on the page" do end describe "Close the browser" do end describe "Return the browser" do end describe "Get a picture of the page" do end describe "Get the title of the page" do end describe "Get the load time of the page" do end end
Version data entries
13 entries across 13 versions & 1 rubygems