Skip to content

Commit

Permalink
VACMS-16882: Adds test for creating featured events.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsasser committed Jan 19, 2024
1 parent 746d65e commit 60f4700
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/cypress/integration/features/content_type/event.feature
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,11 @@ Feature: Content Type: Event
Given I am logged in as a user with the "content_admin" role
When I am at "node/add/event"
Then an element with the selector "#edit-field-datetime-range-timezone-wrapper button.tabledrag-toggle-weight" should not exist

Scenario: Confirm creating "Featured" Events is possible.
Given I am logged in as a user with the "content_admin" role
And I create a "event" node and continue
And I fill in field with selector "#edit-revision-log-0-value" with fake text
And I feature the content
When I save the node
Then I should see "has been updated."

0 comments on commit 60f4700

Please sign in to comment.