Skip to content

Commit

Permalink
Simplify selection a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndouglas committed Oct 31, 2023
1 parent 4d3eb50 commit 9b0d6cb
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b0d6cb

Please sign in to comment.