Sha256: 1f6524c46086c17e64ee7916b01ed421f74c9acce6344da971372439eed79260

Contents?: true

Size: 640 Bytes

Versions: 27

Compression:

Stored size: 640 Bytes

Contents

Feature: Show - Tabs

  Add tabs with different content to the page

  Background:
    Given a post with the title "Hello World" written by "Jane Doe" exists

  Scenario: Set a method to be called on the resource as the title
    Given a show configuration of:
    """
      ActiveAdmin.register Post do
        show do
          tabs do
            tab :overview do
              span "tab 1"
            end

            tab :details do
              span "tab 2"
            end
          end
        end
      end
    """
    Then I should see two tabs "Overview" and "Details"
    And I should see "tab 1"
    And I should see "tab 2"

Version data entries

27 entries across 27 versions & 4 rubygems

Version Path
activeadmin_addons-1.1.2 vendor/bundle/ruby/2.3.0/bundler/gems/activeadmin-a5a53c3f2b8f/features/show/tabs.feature
activeadmin_addons-1.1.1 vendor/bundle/ruby/2.2.0/bundler/gems/activeadmin-a5a53c3f2b8f/features/show/tabs.feature
yousty-activeadmin-1.0.17.pre features/show/tabs.feature
yousty-activeadmin-1.0.16.pre features/show/tabs.feature
activeadmin_addons-1.1.0 vendor/bundle/ruby/2.2.0/bundler/gems/activeadmin-a5a53c3f2b8f/features/show/tabs.feature
activeadmin_addons-1.0.1 vendor/bundle/ruby/2.2.0/bundler/gems/activeadmin-a5a53c3f2b8f/features/show/tabs.feature
activeadmin_addons-1.0.0 vendor/bundle/ruby/2.2.0/bundler/gems/activeadmin-a5a53c3f2b8f/features/show/tabs.feature
yousty-activeadmin-1.0.15.pre features/show/tabs.feature
activeadmin-1.0.0 features/show/tabs.feature
activeadmin-1.0.0.pre5 features/show/tabs.feature
activeadmin-orac-1.0.0.pre4 features/show/tabs.feature
activeadmin-orac-1.0.0 features/show/tabs.feature
activeadmin-orac-1.0.0.pre.orac features/show/tabs.feature
yousty-activeadmin-1.0.14.pre features/show/tabs.feature
yousty-activeadmin-1.0.13.pre features/show/tabs.feature
yousty-activeadmin-1.0.12.pre features/show/tabs.feature
yousty-activeadmin-1.0.11.pre features/show/tabs.feature
yousty-activeadmin-1.0.10.pre features/show/tabs.feature
yousty-activeadmin-1.0.9.pre features/show/tabs.feature
yousty-activeadmin-1.0.8.pre features/show/tabs.feature