Sha256: 2317cd34bcd6c718ece2b600a0f130f4f06ea528191b83bc12c44ba530596884

Contents?: true

Size: 535 Bytes

Versions: 14

Compression:

Stored size: 535 Bytes

Contents

Feature: Sortable tree index view

  Background:
    Given I am logged in
    And structures tree exists:
      | title   | parent_name |
      | _1_     |             |
      | _1-1_   | _1_         |
      | _1-2_   | _1_         |
      | _2_     |             |
      | _2-1_   | _2_         |
      | _2-1-1_ | _2-1_       |
    And I am on the admin structures page

  Scenario: Structure tree
    Then I should see structures tree

#  Scenario: Structure tree
#    Then pause
#    When I drag "_2-1_" to "_1-1_"
#    Then pause

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
ab_admin-0.3.6 features/structure/tree.feature
ab_admin-0.3.5 features/structure/tree.feature
ab_admin-0.3.4 features/structure/tree.feature
ab_admin-0.3.3 features/structure/tree.feature
ab_admin-0.3.2 features/structure/tree.feature
ab_admin-0.3.1 features/structure/tree.feature
ab_admin-0.3.0 features/structure/tree.feature
ab_admin-0.2.3 features/structure/tree.feature
ab_admin-0.2.2 features/structure/tree.feature
ab_admin-0.2.1 features/structure/tree.feature
ab_admin-0.2.0 features/structure/tree.feature
ab_admin-0.1.2 features/structure/tree.feature
ab_admin-0.1.1 features/structure/tree.feature
ab_admin-0.1.0 features/structure/tree.feature