Displaying 3 results from an estimated 3 matches for "admin_frnpkg_add".
2007 Sep 18
2
FW: Specifying spec and output format inline?
...e.join(File.dirname(__FILE__), ''..'') if $0 ==
__FILE__ #set the local dir path
require ''watir''
require ''spec''
describe "Project name" do
before(:all) do
@browser = Watir::IE.new
@browser.goto "http://localhost:8080/admin_frnPkg_add.html
<http://localhost:8080/admin_frnPkg_add.html> "
end #begin
## Basic page validation
it "should have the logo" do
@browser.image(:src, /cp_logo.gif/).should_not be_nil
end #logo
it "should have login/logout text" do
login = @browser.table(:in...
2007 Sep 17
0
Specifying spec and output format inline?
...e.join(File.dirname(__FILE__), ''..'') if $0 ==
__FILE__ #set the local dir path
require ''watir''
require ''spec''
describe "Project name" do
before(:all) do
@browser = Watir::IE.new
@browser.goto "http://localhost:8080/admin_frnPkg_add.html
<http://localhost:8080/admin_frnPkg_add.html> "
end #begin
## Basic page validation
it "should have the logo" do
@browser.image(:src, /cp_logo.gif/).should_not be_nil
end #logo
it "should have login/logout text" do
login = @browser.table(:in...
2007 Sep 20
2
FW: FW: Specifying spec and output format inline?
...e.join(File.dirname(__FILE__), ''..'') if $0 ==
__FILE__ #set the local dir path
require ''watir''
require ''spec''
describe "Project name" do
before(:all) do
@browser = Watir::IE.new
@browser.goto "http://localhost:8080/admin_frnPkg_add.html
<http://localhost:8080/admin_frnPkg_add.html> "
end #begin
## Basic page validation
it "should have the logo" do
@browser.image(:src, /cp_logo.gif/).should_not be_nil
end #logo
it "should have login/logout text" do
login = @browser.table(:in...