mirror of
https://github.com/langgenius/dify.git
synced 2026-07-21 10:38:32 +08:00
15 lines
577 B
Gherkin
15 lines
577 B
Gherkin
@apps @authenticated @core
|
|
Feature: App detail navigation
|
|
|
|
Scenario: Opening a workflow app navigates to the workflow editor
|
|
Given I am signed in as the default E2E admin
|
|
And a "workflow" app has been created via API
|
|
When I open the app from the app list
|
|
Then I should land on the workflow editor
|
|
|
|
Scenario: Opening a chatbot app navigates to the configuration page
|
|
Given I am signed in as the default E2E admin
|
|
And a "chat" app has been created via API
|
|
When I open the app from the app list
|
|
Then I should land on the app configuration page
|