diff --git a/build/integration/features/maintenance-mode.feature b/build/integration/features/maintenance-mode.feature index 72af31f193f..55c0b96a236 100644 --- a/build/integration/features/maintenance-mode.feature +++ b/build/integration/features/maintenance-mode.feature @@ -47,3 +47,9 @@ Feature: maintenance-mode Then the HTTP status code should be "503" Then Maintenance mode is disabled And the command was successful + + Scenario: Accessing a JS asset with maintenance mode enabled + When requesting "/dist/core-maintenance.js" with "GET" + Then the HTTP status code should be "200" + Then Maintenance mode is disabled + And the command was successful