Skip to content

Commit

Permalink
test: switch one more org to SCA one
Browse files Browse the repository at this point in the history
Use "donaldduck" as organization to really register using SCA.

Followup of commit 16caea1.
  • Loading branch information
ptoscano committed Aug 13, 2024
1 parent 16caea1 commit 2987cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/check-subscriptions
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ class TestSubscriptions(SubscriptionsCase):
b.wait_in_text("body", "User huey is member of more organizations, but no organization was selected")

# now specify the org
b.set_input_text("#subscription-register-org", "snowwhite")
b.set_input_text("#subscription-register-org", "donaldduck")

# try to register again
b.click(dialog_register_button_sel)
Expand Down

0 comments on commit 2987cc8

Please sign in to comment.