mirror of
https://github.com/langgenius/dify.git
synced 2026-07-21 18:58:35 +08:00
8 lines
316 B
Gherkin
8 lines
316 B
Gherkin
@smoke @authenticated
|
|
Feature: Authenticated console home
|
|
Scenario: Open the default console entry with the shared authenticated state
|
|
Given I am signed in as the default E2E admin
|
|
When I open the default console entry
|
|
Then I should be on the console home
|
|
And I should not see the "Sign in" button
|