Sha256: 3d821256751da441ffce374b8230a439d18e718333a9a0e0223e68b0371a8fcb
Contents?: true
Size: 412 Bytes
Versions: 32
Compression:
Stored size: 412 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 | | "Name" | | "Type" | | "Updated" |
Version data entries
32 entries across 32 versions & 1 rubygems