spec/watir_ie_spec.rb in watirsplash-0.2.2 vs spec/watir_ie_spec.rb in watirsplash-0.2.3
- old
+ new
@@ -1,10 +1,10 @@
require "spec"
describe Watir::IE do
it "uses currentStyle method to show computed style" do
- goto "http://dl.dropbox.com/u/2731643/misc/tables.html"
+ goto "http://dl.dropbox.com/u/2731643/WatirSplash/tables.html"
t = table(:id => "normal")
normal_cell = t[1][1]
normal_cell.text.should == "1"
normal_cell.style.color.should == "#000000"
\ No newline at end of file