From 9b0d6cbb1804eb924bae6d4fc5cd03c537a49a6a Mon Sep 17 00:00:00 2001 From: Nathan Douglas Date: Tue, 31 Oct 2023 14:06:18 -0400 Subject: [PATCH] Simplify selection a bit. --- .../integration/features/platform/content_release.feature | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/cypress/integration/features/platform/content_release.feature b/tests/cypress/integration/features/platform/content_release.feature index 7b0dca0eb0..da163e93ff 100644 --- a/tests/cypress/integration/features/platform/content_release.feature +++ b/tests/cypress/integration/features/platform/content_release.feature @@ -97,14 +97,10 @@ Feature: Content Release # Select a content-build branch. And I select the "Select a different content-build branch/pull request" radio button - And I fill in autocomplete field with selector "#edit-content-build-git-ref" with value "main" - Then I should see "BRANCH main" And I fill in autocomplete field with selector "#edit-content-build-git-ref" with value "BRANCH main (main)" # Select a vets-website branch. And I select the "Select a different vets-website branch/pull request" radio button - And I fill in autocomplete field with selector "#edit-vets-website-git-ref" with value "main" - Then I should see "BRANCH main" And I fill in autocomplete field with selector "#edit-vets-website-git-ref" with value "BRANCH main (main)" When I click the "Release content" button