diff --git a/tests/test_functional/features/training_workflow.feature b/tests/test_functional/features/training_workflow.feature index 3814a7f..57812cf 100644 --- a/tests/test_functional/features/training_workflow.feature +++ b/tests/test_functional/features/training_workflow.feature @@ -2,6 +2,6 @@ Feature: Model training I want to be able to train by model when a dataset containing the features and the target is available. # Add task names Scenario: train the model when training data is available - Given training data is available - When I launch the training - Then a model is added to the model registry + Given + When + Then