public override void NavigateTo()
 {
     PayrollButton.Click();
     PayrollFormsButton.Click();
     //Verify the Manage Employees page actually loaded
     driver.Title.Should().Contain("Payroll Forms", "the Payroll Forms Page should have loaded");
 }
        public override void NavigateTo()
        {
            PayrollButton.Click();
            ViewPayScales.Click();

            //Verify the Manage Employees page actually loaded
            driver.Title.Should().Contain("View Pay Rates", "the View Pay Rates Page should have loaded");
        }
示例#3
0
 private void pictureBox2_Click(object sender, EventArgs e)
 {
     PayrollButton.PerformClick();
 }