diff --git a/tests/features/zanshin/features/pages/pages-display.feature b/tests/features/zanshin/features/pages/pages-display.feature --- a/tests/features/zanshin/features/pages/pages-display.feature +++ b/tests/features/zanshin/features/pages/pages-display.feature @@ -1,7 +1,7 @@ Feature: Available pages content - As someone collecting tasks and notes + As someone collecting tasks I can see all the pages available to me - In order to display them and add tasks or notes to them + In order to display them and add tasks to them Scenario: Inbox, projects, contexts and tags appear in the list Given I display the available pages diff --git a/tests/features/zanshin/features/projects/project-add.feature b/tests/features/zanshin/features/projects/project-add.feature --- a/tests/features/zanshin/features/projects/project-add.feature +++ b/tests/features/zanshin/features/projects/project-add.feature @@ -1,7 +1,7 @@ Feature: Project creation - As someone collecting tasks and notes + As someone collecting tasks I can create a project - In order to organize my tasks and notes + In order to organize my tasks Scenario: New projects appear in the list Given I display the available pages diff --git a/tests/features/zanshin/features/projects/project-display.feature b/tests/features/zanshin/features/projects/project-display.feature --- a/tests/features/zanshin/features/projects/project-display.feature +++ b/tests/features/zanshin/features/projects/project-display.feature @@ -1,9 +1,9 @@ Feature: Project content - As someone collecting tasks and notes + As someone collecting tasks I can display a project In order to see the artifacts associated to it - Scenario: Project tasks and notes appear in the corresponding page + Scenario: Project tasks appear in the corresponding page Given I display the "Projects / Read List" page And I look at the central list When I list the items diff --git a/tests/features/zanshin/features/projects/project-edit.feature b/tests/features/zanshin/features/projects/project-edit.feature --- a/tests/features/zanshin/features/projects/project-edit.feature +++ b/tests/features/zanshin/features/projects/project-edit.feature @@ -1,7 +1,7 @@ Feature: Project rename - As someone collecting tasks and notes + As someone collecting tasks I can rename a project - In order to refine my tasks and notes organization + In order to refine my tasks organization Scenario: Renamed projects appear in the list Given I display the available pages diff --git a/tests/features/zanshin/features/projects/project-remove.feature b/tests/features/zanshin/features/projects/project-remove.feature --- a/tests/features/zanshin/features/projects/project-remove.feature +++ b/tests/features/zanshin/features/projects/project-remove.feature @@ -1,7 +1,7 @@ Feature: Project destruction - As someone collecting tasks and notes + As someone collecting tasks I can delete a project - In order to clean my tasks and notes + In order to clean my tasks Scenario: Removing a simple project from the list Given I display the available pages