mirror of
https://github.com/langgenius/dify.git
synced 2026-04-16 02:16:57 +08:00
8 lines
312 B
Gherkin
8 lines
312 B
Gherkin
@smoke @unauthenticated
|
|
Feature: Unauthenticated app console entry
|
|
Scenario: Redirect to the sign-in page when opening the apps console without logging in
|
|
Given I am not signed in
|
|
When I open the apps console
|
|
Then I should be redirected to the signin page
|
|
And I should see the "Sign in" button
|