features/embed_filters: reformat a little

This commit is contained in:
Parker Moore 2016-01-18 13:41:41 -08:00
parent 1d369aada3
commit cc6e49a389
1 changed files with 12 additions and 16 deletions

View File

@ -80,11 +80,9 @@ Feature: Embed filters
Scenario: Sort pages by the title
Given I have a _layouts directory
And I have the following page:
And I have the following pages:
| title | layout | content |
| Dog | default | Run |
And I have the following page:
| title | layout | content |
| Bird | default | Fly |
And I have the following page:
| layout | content |
@ -97,11 +95,9 @@ Feature: Embed filters
Scenario: Sort pages by the title ordering pages without title last
Given I have a _layouts directory
And I have the following page:
And I have the following pages:
| title | layout | content |
| Dog | default | Run |
And I have the following page:
| title | layout | content |
| Bird | default | Fly |
And I have the following page:
| layout | content |