Resolve WES-166 "Activity endscene"
This commit is contained in:
committed by
Louis Adriaens
parent
1e09f09dae
commit
9b88537d70
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user