Sha256: a3ea80950b596efb244be18f392518ed046541b7565a7bb3b57d7f1f5babd6c4
Contents?: true
Size: 482 Bytes
Versions: 21
Compression:
Stored size: 482 Bytes
Contents
require "spec_helper" describe "MsUia::ListItem", :if => SpecHelper.adapter == :ms_uia do it "#exists" do RAutomation::Window.new(:title => "MainFormWindow").list_item(:value => "Apple").should exist RAutomation::Window.new(:title => "MainFormWindow").list_item(:value => "This is a sample text").should_not exist end it "#value" do RAutomation::Window.new(:title => "MainFormWindow").list_item(:value => "Apple").value.should == "Apple" end end
Version data entries
21 entries across 21 versions & 1 rubygems