From 30cedf455395ed9c77d2dc9986d5c3f3ac0575a6 Mon Sep 17 00:00:00 2001 From: Michael Kinnunen Date: Thu, 8 Feb 2024 10:28:52 -0500 Subject: [PATCH] VACMS-16641: Update the Scenarios to show intent --- .../features/content_type/facilities/vba/vba_facility.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/cypress/integration/features/content_type/facilities/vba/vba_facility.feature b/tests/cypress/integration/features/content_type/facilities/vba/vba_facility.feature index 9def9146f27..c464663a9ce 100644 --- a/tests/cypress/integration/features/content_type/facilities/vba/vba_facility.feature +++ b/tests/cypress/integration/features/content_type/facilities/vba/vba_facility.feature @@ -13,7 +13,7 @@ Feature: CMS User may effectively interact with the VBA Facility form Then the primary tab "View" should exist Then the primary tab "Edit" should not exist - Scenario: Log in and try to archive a VBA Facility as a VBA editor + Scenario: Test restricted_archive workflow prevents archiving a VBA Facility as a VBA editor. When I am logged in as a user with the roles "content_creator_vba, content_publisher" And my workbench access sections are set to "1065" When I am at "/node/4063/edit" @@ -23,7 +23,7 @@ Feature: CMS User may effectively interact with the VBA Facility form And I click the "Unlock" link And I click the "Confirm break lock" button - Scenario: Log in and archive a VBA Facility as an admin + Scenario: Test restricted_archive workflow allows archiving a VBA Facility as a content_admin. Given I am logged in as a user with the "content_admin" role # Columbia VA Regional Benefit Office When I am at "/node/4063/edit"