Resolve WES-166 "Activity endscene"

This commit is contained in:
Jelle De Geest
2023-05-14 10:58:43 +00:00
committed by Louis Adriaens
parent 1e09f09dae
commit 9b88537d70
21 changed files with 9752 additions and 4005 deletions

View File

@@ -151,7 +151,7 @@ public class PanelCourseProgressTests
currentCourse.selectActivity.Invoke();
yield return new WaitForSeconds(WAIT_TIME);
Assert.AreEqual(Color.blue, currentCourse.GetComponent<Image>().color);
Assert.AreEqual(new Color(66 / 255f, 158 / 255f, 189 / 255f, 1f), currentCourse.GetComponent<Image>().color);
for (int i = 1; i < courses.Length; i++)
Assert.AreEqual(Color.gray, courses[i].GetComponent<Image>().color);