From 742e90fa13af240d956cca31d0d75754f759ce02 Mon Sep 17 00:00:00 2001 From: FreneticScribbler Date: Mon, 24 Feb 2020 17:40:00 +0000 Subject: [PATCH] Remember to test the tests Arona --- assets/tests/test_assets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/tests/test_assets.py b/assets/tests/test_assets.py index 8f73ecb4..61adfa41 100644 --- a/assets/tests/test_assets.py +++ b/assets/tests/test_assets.py @@ -292,7 +292,7 @@ class TestAssetAudit(AutoLoginTest): new_desc = "A BIG hammer" mdl.description = new_desc mdl.submit() - wait.until(animation_is_finished()) + self.wait.until(animation_is_finished()) self.assertFalse(mdl.is_displayed) # Check data is correct