Skip to content
Snippets Groups Projects
Commit 5ee4dafa authored by Moss's avatar Moss
Browse files

Changed text from 'View My Appointments' to 'View/Edit My Appointments'

parent ed822b92
No related branches found
No related tags found
1 merge request!29Test fixes
......@@ -131,7 +131,7 @@ public class AppointmentTypeTest extends iTrustSeleniumTest{
assertLogged(TransactionType.HOME_VIEW, 2L, 0L, "");
// Patient 2 moves to the view my appointments page.
driver.findElement(By.linkText("View My Appointments")).click();
driver.findElement(By.linkText("View/Edit My Appointments")).click();
assertTrue(driver.getPageSource().contains("iTrust - View My Messages"));
// Create timestamp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment