Exemple #1
0
        public void Life_TimeLine_Contains_Data()
        {
            TimelineHelper.OpenCosmosTimeline();
            TimelineHelper.OpenLifeTimeline();
            List <string> labels = TimescaleHelper.GetLabels();

            CollectionAssert.Contains(labels, Label3500Ma, Label3500Ma + " is not presented");
            CollectionAssert.Contains(labels, Label500Ma, Label500Ma + "is not presented");
        }