コード例 #1
0
        public void TC_017_03_Click_Notification_SeeAll()
        {
            SignIn.OpenForm();
            SignIn.FillCredentials(RowNumber);
            notification.ClickNotificationButton();
            notification.ClickSeeAllButton();

            Assert.AreEqual(DashBoardUrl, Driver.driver.Url);
        }
コード例 #2
0
 public void WhenClickOnTheSeeAllButton()
 {
     notification.ClickSeeAllButton();
 }