Sha256: 405ace2e3ef3ef2ee628aad8deefb92786f5be91bd7c16012652ce2c61435c98

Contents?: true

Size: 158 Bytes

Versions: 14

Compression:

Stored size: 158 Bytes

Contents

When /^I expand "([^"]*)"$/ do |arg1|
  page.driver.browser.execute_script <<-JS
    Ext.ComponentQuery.query('panel[title="#{arg1}"]')[0].expand();
  JS
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
netzke-basepack-0.8.4 test/basepack_test_app/features/step_definitions/accordion_steps.rb
netzke-basepack-0.8.3 test/basepack_test_app/features/step_definitions/accordion_steps.rb
netzke-basepack-0.8.2 test/basepack_test_app/features/step_definitions/accordion_steps.rb
netzke-basepack-0.8.1 test/basepack_test_app/features/step_definitions/accordion_steps.rb
netzke-basepack-0.8.0 test/basepack_test_app/features/step_definitions/accordion_steps.rb
netzke-basepack-0.7.7 test/basepack_test_app/features/step_definitions/accordion_steps.rb
netzke-basepack-zh-0.7.6 test/basepack_test_app/features/step_definitions/accordion_steps.rb
netzke-basepack-0.7.6 test/basepack_test_app/features/step_definitions/accordion_steps.rb
netzke-basepack-0.7.5 test/basepack_test_app/features/step_definitions/accordion_steps.rb
netzke-basepack-0.7.4 test/basepack_test_app/features/step_definitions/accordion_steps.rb
netzke-basepack-0.7.3 test/basepack_test_app/features/step_definitions/accordion_steps.rb
netzke-basepack-0.7.2 test/basepack_test_app/features/step_definitions/accordion_steps.rb
netzke-basepack-0.7.1 test/basepack_test_app/features/step_definitions/accordion_steps.rb
netzke-basepack-0.7.0 test/rails_app/features/step_definitions/accordion_steps.rb