From 8d9c16ba6e8f3cf1e00994a4b6ee9768427f088f Mon Sep 17 00:00:00 2001 From: Ben Patterson Date: Fri, 3 Jul 2015 06:54:56 -0700 Subject: [PATCH] Update comment to match method name. --- common/test/acceptance/pages/studio/users.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/test/acceptance/pages/studio/users.py b/common/test/acceptance/pages/studio/users.py index ca9d21aaee..e8da392f46 100644 --- a/common/test/acceptance/pages/studio/users.py +++ b/common/test/acceptance/pages/studio/users.py @@ -131,7 +131,7 @@ class UsersPageMixin(PageObject): functionality is not yet available. This waits for that loading to finish. - This method is different from wait_until_backbone_rendered because this expects + This method is different from wait_until_no_loading_indicator because this expects the loading indicator to still exist on the page; it is just hidden. It also disables animations for improved test reliability.