Sha256: cc6d2bc125b4e41075a800e4b32da0638065ef07c84009e8eb7644b51011218e
Contents?: true
Size: 336 Bytes
Versions: 19
Compression:
Stored size: 336 Bytes
Contents
Then /^the body of (.+) component should not be invisible$/ do |component| component_id = component.split("/").map{ |klass| klass.underscore }.join("__") page.wait_until{ page.evaluate_script("!Ext.Ajax.isLoading()") } page.execute_script(<<-JS).should == false return Ext.getCmp('#{component_id}').body.isVisible(); JS end
Version data entries
19 entries across 19 versions & 2 rubygems