Example #1
0
        public void Test_Eukaryotic_Cells_Description()
        {
            string description = HomePageHelper.GetEukaryoticCellsDescription();

            StringAssert.Contains(description, "Eukaryote cells");
        }