@eclipse-che/che-e2e 7.116.0-next-696218f → 7.116.0-next-5afd1c7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -165,7 +165,7 @@ let Workspaces = Workspaces_1 = class Workspaces {
165
165
  return selenium_webdriver_1.By.xpath(`${this.getWorkspaceListItemLocator(workspaceName).value}//button[text()='${buttonText}']`);
166
166
  }
167
167
  getOpenButtonLocator(workspaceName) {
168
- return selenium_webdriver_1.By.xpath(`${this.getWorkspaceListItemLocator(workspaceName).value}//td[@data-key=5]//button[text()='Open']`);
168
+ return selenium_webdriver_1.By.xpath(`${this.getWorkspaceListItemLocator(workspaceName).value}//td[@data-key=6]//button[text()='Open']`);
169
169
  }
170
170
  getOpenWorkspaceDetailsLinkLocator(workspaceName) {
171
171
  return selenium_webdriver_1.By.xpath(`${this.getWorkspaceListItemLocator(workspaceName).value}//a[text()='${workspaceName}']`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eclipse-che/che-e2e",
3
- "version": "7.116.0-next-696218f",
3
+ "version": "7.116.0-next-5afd1c7",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -240,7 +240,7 @@ export class Workspaces {
240
240
  }
241
241
 
242
242
  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']`);
244
244
  }
245
245
 
246
246
  private getOpenWorkspaceDetailsLinkLocator(workspaceName: string): By {