mirror of
https://github.com/langgenius/dify.git
synced 2026-04-01 12:01:03 -04:00
8 lines
326 B
Gherkin
8 lines
326 B
Gherkin
@smoke @fresh
|
|
Feature: Fresh installation bootstrap
|
|
Scenario: Complete the initial installation bootstrap on a fresh instance
|
|
Given the last authentication bootstrap came from a fresh install
|
|
When I open the apps console
|
|
Then I should stay on the apps console
|
|
And I should see the "Create from Blank" button
|