@camunda/e2e-test-suite 0.0.383 → 0.0.384

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.
@@ -123,7 +123,7 @@ class NavigationPage {
123
123
  await (0, test_1.expect)(this.keyboardPageBanner).toBeVisible({ timeout: 30000 });
124
124
  }
125
125
  async goToOCIdentity(sleepTimeout, credentials) {
126
- await this.goTo(`${ORCHESTRATION_CONTEXT_PATH}/admin`, this.identityPageBanner, sleepTimeout, credentials);
126
+ await this.goTo(`${ORCHESTRATION_CONTEXT_PATH}/identity`, this.identityPageBanner, sleepTimeout, credentials);
127
127
  }
128
128
  async goToConsole(sleepTimeout, credentials) {
129
129
  await this.goTo(CONSOLE_CONTEXT_PATH, this.consolePageBanner, sleepTimeout, credentials);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.383",
3
+ "version": "0.0.384",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",