Sha256: 6ec79a4a5f62d499bf4c16495f64c732401ce56cf5d3ca727e8bc12502788160
Contents?: true
Size: 417 Bytes
Versions: 22
Compression:
Stored size: 417 Bytes
Contents
Feature: Sort nodes by column As a website admin In order to peruse nodes more effectively I want to be able to order them by their various column titles Scenario Outline: Given some nodes exist When I am on the content admin page And I follow <Title> Then the nodes should be ordered by <Title> Examples: | Title | | "Title" | | "Type" | | "Updated" |
Version data entries
22 entries across 22 versions & 1 rubygems