From e0f8ec9db5f3e26d7ec32dd4a2f348cba03253a8 Mon Sep 17 00:00:00 2001 From: KKlochko Date: Wed, 29 Jan 2025 21:34:05 +0200 Subject: [PATCH] Update the tests names. --- features/backup_plan_cli_add.feature | 2 +- features/backup_plan_cli_delete.feature | 6 +++--- features/backup_plan_cli_show.feature | 6 +++--- features/backup_plan_cli_update.feature | 4 ++-- features/backup_plan_model_read.feature | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/features/backup_plan_cli_add.feature b/features/backup_plan_cli_add.feature index b41d005..85bf187 100644 --- a/features/backup_plan_cli_add.feature +++ b/features/backup_plan_cli_add.feature @@ -16,7 +16,7 @@ Feature: Creating a backup plan with the CLI @fixture.injector @fixture.in_memory_database @fixture.cli - Scenario Outline: Response of create an new unique backup plan with the CLI + Scenario Outline: Response of creating an new unique backup plan with the CLI Given the CLI arguments are "" When I run the CLI Then the CLI executed with "" diff --git a/features/backup_plan_cli_delete.feature b/features/backup_plan_cli_delete.feature index d044679..a204bca 100644 --- a/features/backup_plan_cli_delete.feature +++ b/features/backup_plan_cli_delete.feature @@ -18,7 +18,7 @@ Feature: Deleting a backup plan with the CLI @fixture.injector @fixture.in_memory_database @fixture.cli - Scenario Outline: Delete non-existing backup plan with the CLI + Scenario Outline: Response of deleting non-existing backup plan with the CLI Given the CLI arguments are "" When I run the CLI Then the CLI executed with "" @@ -31,7 +31,7 @@ Feature: Deleting a backup plan with the CLI @fixture.injector @fixture.in_memory_database @fixture.cli - Scenario Outline: Delete no backup plans with the CLI + Scenario Outline: Response of deleting no backup plans with the CLI Given the CLI arguments are "" When I run the CLI Then the CLI executed with "" @@ -45,7 +45,7 @@ Feature: Deleting a backup plan with the CLI @fixture.in_memory_database @fixture.seeds @fixture.cli - Scenario Outline: Delete all backup plans with the CLI + Scenario Outline: Response of deleting all backup plans with the CLI Given the CLI arguments are "" When I run the CLI Then the CLI executed with "" diff --git a/features/backup_plan_cli_show.feature b/features/backup_plan_cli_show.feature index 1cce6a3..1bfae36 100644 --- a/features/backup_plan_cli_show.feature +++ b/features/backup_plan_cli_show.feature @@ -18,7 +18,7 @@ Feature: Show a backup plan with the CLI @fixture.injector @fixture.in_memory_database @fixture.cli - Scenario Outline: Show non-existing backup plans with the CLI + Scenario Outline: Response of showing non-existing backup plans with the CLI Given the CLI arguments are "" When I run the CLI Then the CLI executed with "" @@ -31,7 +31,7 @@ Feature: Show a backup plan with the CLI @fixture.injector @fixture.in_memory_database @fixture.cli - Scenario Outline: Show no backup plans with the CLI + Scenario Outline: Response of showing no backup plans with the CLI Given the CLI arguments are "" When I run the CLI Then the CLI executed with "" @@ -45,7 +45,7 @@ Feature: Show a backup plan with the CLI @fixture.in_memory_database @fixture.seeds @fixture.cli - Scenario Outline: Show backup plans with the CLI + Scenario Outline: Response of showing backup plans with the CLI Given the CLI arguments are "" And I have a backup plan with id="8aa59e7e-dc75-459b-beb5-b710b39be583" When I run the CLI diff --git a/features/backup_plan_cli_update.feature b/features/backup_plan_cli_update.feature index ddba1d2..313703f 100644 --- a/features/backup_plan_cli_update.feature +++ b/features/backup_plan_cli_update.feature @@ -18,7 +18,7 @@ Feature: Update a backup plan with the CLI @fixture.injector @fixture.in_memory_database @fixture.cli - Scenario Outline: Response of replace non-existing backup plans with the CLI + Scenario Outline: Response of replacing non-existing backup plans with the CLI Given the CLI arguments are "" When I run the CLI Then the CLI executed with "" @@ -32,7 +32,7 @@ Feature: Update a backup plan with the CLI @fixture.in_memory_database @fixture.seeds @fixture.cli - Scenario Outline: Response of replace an existing backup plans with the CLI + Scenario Outline: Response of replacing an existing backup plans with the CLI Given the CLI arguments are "" And I have a backup plan with id="" When I run the CLI diff --git a/features/backup_plan_model_read.feature b/features/backup_plan_model_read.feature index 66fee1d..1360543 100644 --- a/features/backup_plan_model_read.feature +++ b/features/backup_plan_model_read.feature @@ -3,7 +3,7 @@ Feature: Read a backup plan by an id @fixture.injector @fixture.in_memory_database @fixture.seeds - Scenario Outline: Deleting a backup plan with the CLI + Scenario Outline: Read a backup plan with the CLI Given I have a backup plan with id="" When I read the backup plan with id="" Then the result should be ""