dify/e2e/features/auth/sign-out.feature
yyh d66de8a47b
test(e2e): harden behavior coverage and CI gates (#39043)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-16 07:32:11 +00:00

12 lines
433 B
Gherkin

@auth @authenticated @core
Feature: Sign out
Scenario: Redirect back to sign-in when reopening the apps console after signing out
Given I am signed in as the default E2E admin
When I open the apps console
And I open the account menu
And I sign out
Then I should be on the sign-in page
When I open the apps console
Then I should be redirected to the signin page
And I should see the "Sign in" button