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"); }