diff --git a/tests/acceptance/features/coreApiMain/main.feature b/tests/acceptance/features/coreApiMain/main.feature index 01192d41754..83fe2f57398 100644 --- a/tests/acceptance/features/coreApiMain/main.feature +++ b/tests/acceptance/features/coreApiMain/main.feature @@ -1,7 +1,7 @@ @api Feature: get robots.txt As a user - I want to get a file + I want to get file robots.txt So that I can check its content @issue-1314