コード例 #1
0
        public void WhenISelectAColouredCellWithColors(int colorCount)
        {
            heatmapPage = new HeatmapListPage(webdriver.GetDriver());
            Boolean isFound = heatmapPage.ClickOnColouredCell(colorCount);

            Assert.IsTrue(isFound);
        }
コード例 #2
0
 public void WhenISelectAColouredCell(string requirementsNumber)
 {
     heatmapPage = new HeatmapListPage(webdriver.GetDriver());
     heatmapPage.GrabCellsColorsData();
 }