From f27f1ffe84219da7a02b1ff299755a2430084606 Mon Sep 17 00:00:00 2001 From: RandyDeo Date: Fri, 11 Feb 2022 13:38:23 -0400 Subject: [PATCH] feature:WEOS-1327 - Updated feature file --- end2end_test.go | 2 +- features/edit-content.feature | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/end2end_test.go b/end2end_test.go index fd7001f9..6cd95df4 100644 --- a/end2end_test.go +++ b/end2end_test.go @@ -1154,7 +1154,7 @@ func TestBDD(t *testing.T) { Options: &godog.Options{ Format: "pretty", Tags: "~skipped && ~long", - //Tags: "WEOS-1131", + //Tags: "focus1", //Tags: "WEOS-1110 && ~skipped", }, }.Run() diff --git a/features/edit-content.feature b/features/edit-content.feature index 238ddd1c..b77fbc5a 100644 --- a/features/edit-content.feature +++ b/features/edit-content.feature @@ -201,14 +201,15 @@ Feature: Edit content And the "Blog" is updated | title | description | | Some New Title | Some Description | - + + @focus1 Scenario: Update item with invalid data If the content type validation fails then a 422 response code should be returned (the request could have a valid format but the contents are invalid) Given "Sojourner" is on the "Blog" edit screen with id "1234" - And "Sojourner" enters "Some New Title" in the "last_updated" field + And "Sojourner" enters "Some New Title" in the "lastUpdated" field When the "Blog" is submitted Then a 422 response should be returned