features/embed_filters: reformat a little
This commit is contained in:
parent
1d369aada3
commit
cc6e49a389
|
@ -80,11 +80,9 @@ Feature: Embed filters
|
||||||
|
|
||||||
Scenario: Sort pages by the title
|
Scenario: Sort pages by the title
|
||||||
Given I have a _layouts directory
|
Given I have a _layouts directory
|
||||||
And I have the following page:
|
And I have the following pages:
|
||||||
| title | layout | content |
|
| title | layout | content |
|
||||||
| Dog | default | Run |
|
| Dog | default | Run |
|
||||||
And I have the following page:
|
|
||||||
| title | layout | content |
|
|
||||||
| Bird | default | Fly |
|
| Bird | default | Fly |
|
||||||
And I have the following page:
|
And I have the following page:
|
||||||
| layout | content |
|
| layout | content |
|
||||||
|
@ -97,11 +95,9 @@ Feature: Embed filters
|
||||||
|
|
||||||
Scenario: Sort pages by the title ordering pages without title last
|
Scenario: Sort pages by the title ordering pages without title last
|
||||||
Given I have a _layouts directory
|
Given I have a _layouts directory
|
||||||
And I have the following page:
|
And I have the following pages:
|
||||||
| title | layout | content |
|
| title | layout | content |
|
||||||
| Dog | default | Run |
|
| Dog | default | Run |
|
||||||
And I have the following page:
|
|
||||||
| title | layout | content |
|
|
||||||
| Bird | default | Fly |
|
| Bird | default | Fly |
|
||||||
And I have the following page:
|
And I have the following page:
|
||||||
| layout | content |
|
| layout | content |
|
||||||
|
|
Loading…
Reference in New Issue