From 8b91e8173f95d7a87cdf5dfda34df732372a75ff Mon Sep 17 00:00:00 2001 From: alexiscatnip Date: Wed, 20 Jul 2022 20:39:49 +0800 Subject: [PATCH] CI bugfix: "forget to call testing coroutine" --- .../Raindrop/RaindropFullIntegrationTests/LoginTests.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Assets/Tests/Raindrop/RaindropFullIntegrationTests/LoginTests.cs b/Assets/Tests/Raindrop/RaindropFullIntegrationTests/LoginTests.cs index dec7ece..5be9e32 100644 --- a/Assets/Tests/Raindrop/RaindropFullIntegrationTests/LoginTests.cs +++ b/Assets/Tests/Raindrop/RaindropFullIntegrationTests/LoginTests.cs @@ -61,7 +61,7 @@ namespace Raindrop.Tests.RaindropFullIntegrationTests [Timeout(100000000)] public IEnumerator LoginLogoutTest() { - GetTo_LoginScreen(); + yield return GetTo_LoginScreen(); SetClient_SettingsMinimal(); @@ -88,7 +88,7 @@ namespace Raindrop.Tests.RaindropFullIntegrationTests Debug.Log("Logging to " + friendlyName_grid); - GetTo_LoginScreen(); + yield return GetTo_LoginScreen(); // SetClient_SettingsMinimal(); @@ -98,7 +98,7 @@ namespace Raindrop.Tests.RaindropFullIntegrationTests //1b. we are on the welcome screen. Assert.True( uiSrv.GetPresentCanvasType() == CanvasType.Welcome, - "expect current view to be welcome canvas"); + "expect current view to be welcome canvas. instead, it is : " + uiSrv.GetPresentCanvasType().ToString()); yield return new WaitForSeconds(5); // 1c. do "select grid by ui"