mirror of
https://github.com/langgenius/dify.git
synced 2026-06-19 13:45:11 +08:00
f5e9b02565
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
11 lines
475 B
Gherkin
11 lines
475 B
Gherkin
@apps @authenticated @core
|
|
Feature: Switch app mode
|
|
Scenario: Switch a Completion app to Workflow Orchestrate
|
|
Given I am signed in as the default E2E admin
|
|
And there is an existing E2E completion app available for testing
|
|
When I open the apps console
|
|
And I open the options menu for the last created E2E app
|
|
And I click "Switch to Workflow Orchestrate" in the app options menu
|
|
And I confirm the app switch
|
|
Then I should land on the switched app
|