Skip to content

Commit 5afd1c7

Browse files
authored
Update open workspace button locator in E2E tests (#23767)
1 parent 696218f commit 5afd1c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/pageobjects/dashboard/Workspaces.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ export class Workspaces {
240240
}
241241

242242
private getOpenButtonLocator(workspaceName: string): By {
243-
return By.xpath(`${this.getWorkspaceListItemLocator(workspaceName).value}//td[@data-key=5]//button[text()='Open']`);
243+
return By.xpath(`${this.getWorkspaceListItemLocator(workspaceName).value}//td[@data-key=6]//button[text()='Open']`);
244244
}
245245

246246
private getOpenWorkspaceDetailsLinkLocator(workspaceName: string): By {

0 commit comments

Comments
 (0)