@camunda/e2e-test-suite 0.0.94 → 0.0.95

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.
@@ -34,6 +34,8 @@ class LoginPage {
34
34
  await this.usernameInput.fill(username);
35
35
  }
36
36
  async clickContinueButton() {
37
+ await (0, test_1.expect)(this.continueButton).toBeVisible();
38
+ await (0, test_1.expect)(this.continueButton).toBeEnabled();
37
39
  await this.continueButton.click();
38
40
  }
39
41
  async fillPassword(password) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.94",
3
+ "version": "0.0.95",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",