Browse Source

Ensure the testing app is enabled

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v29.0.0beta1
Joas Schilling 6 months ago
parent
commit
d7e249874e
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      build/integration/features/ratelimiting.feature

+ 2
- 2
build/integration/features/ratelimiting.feature View File

@@ -1,9 +1,9 @@
Feature: ratelimiting
Background:
Given user "user0" exists
Given As an "admin"
Given app "testing" is enabled
Given invoking occ with "app:enable --force testing"

Scenario: Accessing a page with only an AnonRateThrottle as user
Given user "user0" exists

Loading…
Cancel
Save