Skip to content

Commit

Permalink
qa-auto/HSP-6637 Stabilize "Check if username shows up in visit origi…
Browse files Browse the repository at this point in the history
…n"- the selector for Latest visit origin grid has been updated
  • Loading branch information
mk-sgent committed Feb 27, 2024
1 parent e41109a commit 63e47c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ public class FollowUpVisitsTabPage {
public static final By CONTACTS_LIST_BUTTON = By.id("tab-contacts");
public static final By FIRST_VISIT_BUTTON =
By.cssSelector(".v-grid-body tr:nth-child(1) .v-icon.v-icon-edit");
public static final By LATEST_VISIT_ORIGIN = By.xpath("//tbody//tr[1]//td[8]");
public static final By LATEST_VISIT_ORIGIN = By.xpath("//tbody//tr[1]//td[9]");
}

0 comments on commit 63e47c8

Please sign in to comment.