From 630d2319a5a638958d04b2d8c84ccc97b382da1e Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Tue, 13 Aug 2024 17:14:56 +0200 Subject: [PATCH] test: switch one more org to SCA one Use "donaldduck" as organization to really register using SCA. Followup of commit 16caea1552fcede7a7318a60153c46bfe94fe650. --- test/check-subscriptions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/check-subscriptions b/test/check-subscriptions index 59f34c1..a512ad1 100755 --- a/test/check-subscriptions +++ b/test/check-subscriptions @@ -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)