@wdio/cli 8.0.0-alpha.537 → 8.0.0-alpha.547

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.
@@ -45,8 +45,8 @@ const renderStatement = (preset
45
45
  ]
46
46
  ).join('\n ')
47
47
  const assertionStatement = preset
48
- ? `expect(buttonEl).toContainText('Click me!')`
49
- : `await expect(buttonEl).toHaveText('Click me!')`
48
+ ? `expect(elem).toContainText('Click me!')`
49
+ : `await expect(elem).toHaveText('Click me!')`
50
50
 
51
51
  /**
52
52
  * Component Testing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/cli",
3
- "version": "8.0.0-alpha.537+c2761a175",
3
+ "version": "8.0.0-alpha.547+d26292ec1",
4
4
  "description": "WebdriverIO testrunner command line interface",
5
5
  "author": "Christian Bromann <mail@bromann.dev>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-cli",
@@ -40,12 +40,12 @@
40
40
  "@types/lodash.union": "^4.6.7",
41
41
  "@types/recursive-readdir": "^2.2.1",
42
42
  "@types/yargs": "^17.0.10",
43
- "@wdio/config": "8.0.0-alpha.537+c2761a175",
44
- "@wdio/globals": "8.0.0-alpha.537+c2761a175",
45
- "@wdio/logger": "8.0.0-alpha.537+c2761a175",
46
- "@wdio/protocols": "8.0.0-alpha.537+c2761a175",
47
- "@wdio/types": "8.0.0-alpha.537+c2761a175",
48
- "@wdio/utils": "8.0.0-alpha.537+c2761a175",
43
+ "@wdio/config": "8.0.0-alpha.547+d26292ec1",
44
+ "@wdio/globals": "8.0.0-alpha.547+d26292ec1",
45
+ "@wdio/logger": "8.0.0-alpha.547+d26292ec1",
46
+ "@wdio/protocols": "8.0.0-alpha.547+d26292ec1",
47
+ "@wdio/types": "8.0.0-alpha.547+d26292ec1",
48
+ "@wdio/utils": "8.0.0-alpha.547+d26292ec1",
49
49
  "async-exit-hook": "^2.0.1",
50
50
  "chalk": "^5.0.1",
51
51
  "chokidar": "^3.5.3",
@@ -57,7 +57,7 @@
57
57
  "lodash.union": "^4.6.0",
58
58
  "mkdirp": "^1.0.4",
59
59
  "recursive-readdir": "^2.2.2",
60
- "webdriverio": "8.0.0-alpha.537+c2761a175",
60
+ "webdriverio": "8.0.0-alpha.547+d26292ec1",
61
61
  "yargs": "^17.5.1",
62
62
  "yarn-install": "^1.0.0"
63
63
  },
@@ -67,5 +67,5 @@
67
67
  "devDependencies": {
68
68
  "@types/node": "^18.0.0"
69
69
  },
70
- "gitHead": "c2761a17597c5dfbd349445fc203183fb004c3f5"
70
+ "gitHead": "d26292ec1ea19fde65d2b575a7cb3ef288231ad2"
71
71
  }