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

Version Path
netzke-core-0.8.1 test/core_test_app/features/step_definitions/custom_css_steps.rb
netzke-core-0.8.0 test/core_test_app/features/step_definitions/custom_css_steps.rb
netzke-core-0.7.7 test/core_test_app/features/step_definitions/custom_css_steps.rb
netzke-core-0.7.6 test/core_test_app/features/step_definitions/custom_css_steps.rb
netzke-core-0.7.5 test/core_test_app/features/step_definitions/custom_css_steps.rb
netzke-core-0.7.4 test/core_test_app/features/step_definitions/custom_css_steps.rb
netzke-core-0.7.3 test/core_test_app/features/step_definitions/custom_css_steps.rb
netzke-core-0.7.2 test/core_test_app/features/step_definitions/custom_css_steps.rb
netzke-core-0.7.1 test/rails_app/features/step_definitions/custom_css_steps.rb
netzke-core-0.6.7 test/rails_app/features/step_definitions/custom_css_steps.rb
netzke-core-0.7.0 test/rails_app/features/step_definitions/custom_css_steps.rb
netzke-core-0.6.6 features/step_definitions/custom_css_steps.rb
netzke-core-0.6.5 features/step_definitions/custom_css_steps.rb
netzke-core-0.6.4 features/step_definitions/custom_css_steps.rb
netzke-persistence-0.1.0 features/step_definitions/custom_css_steps.rb
netzke-core-0.6.3 features/step_definitions/custom_css_steps.rb
netzke-core-0.6.2 features/step_definitions/custom_css_steps.rb
netzke-core-0.6.1 features/step_definitions/custom_css_steps.rb
netzke-core-0.6.0 features/step_definitions/custom_css_steps.rb