mirror of
https://github.com/langgenius/dify.git
synced 2026-07-21 18:58:35 +08:00
8 lines
331 B
Gherkin
8 lines
331 B
Gherkin
@smoke @unauthenticated
|
|
Feature: Unauthenticated console home entry
|
|
Scenario: Redirect to the sign-in page when opening the default console entry without logging in
|
|
Given I am not signed in
|
|
When I open the default console entry
|
|
Then I should be redirected to the signin page
|
|
And I should see the "Sign in" button
|