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

5
features/base.feature Normal file
View File

@@ -0,0 +1,5 @@
@api
Feature: Baseline Tests
Scenario: Ensure Site is Accessible
Given I am on "/user"
Then the response status code should be 200