Drupal core update.

This commit is contained in:
Dan Chadwick
2024-09-07 14:04:34 -04:00
parent 025c63e1dd
commit 57da5fed63
8 changed files with 1796 additions and 174 deletions

View File

@@ -0,0 +1,13 @@
@api
Feature: Ensure content types are available
Scenario: Make sure the Fighter content type is set up correctly.
Given I am logged in as a user with the "administrator" role
And I am on "/node/add/fighter"
Then I should see the link "My account" in the "header" region
And I should see the link "Log out" in the "header" region
Scenario: Make sure that anonymous users see the account menu
Given I am not logged in
And I am on "/"
Then I should see the link "Log in" in the "header" region