Skip to content

Commit

Permalink
Fix broken cuke about impersonation
Browse files Browse the repository at this point in the history
  • Loading branch information
jlledom committed Oct 24, 2024
1 parent 20f8027 commit 843f30a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions features/old/buyers/impersonate.feature
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,5 @@ Feature: Impersonate
And I navigate to the accounts page
Then I should not see link "Act as" for provider "bar.3scale.localhost"
When I follow "Act as" for account "foo.3scale.localhost"
# FIXME: after enabling javascript, the impersonation redirect does not work
# Then I should see "Signed in successfully"
# And I should be logged in as "impersonation_admin"
# And the current domain should be the admin domain of provider "foo.3scale.localhost"
Then the current domain in a new window should be admin.foo.3scale.localhost
And I should be logged in as "impersonation_admin"

0 comments on commit 843f30a

Please sign in to comment.