From 7a195eaf4679dcc9e5e0dd6a6f185fefd63dc2f9 Mon Sep 17 00:00:00 2001 From: Swikriti Tripathi Date: Wed, 3 May 2023 10:35:48 +0545 Subject: [PATCH] Address reviews --- tests/acceptance/features/coreApiMain/main.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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