Files
dify/e2e/features/smoke/authenticated-entry.feature
2026-03-29 13:40:24 +00:00

9 lines
351 B
Gherkin

@smoke @authenticated
Feature: Authenticated app console
Scenario: Open the apps console with the shared authenticated state
Given I am signed in as the default E2E admin
When I open the apps console
Then I should stay on the apps console
And I should see the "Create from Blank" button
And I should not see the "Sign in" button