@wdio/cli 8.15.4 → 8.15.5
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.
|
@@ -14,7 +14,7 @@ if (answers.isUsingTypeScript) { %>
|
|
|
14
14
|
* Copy for the read the docs hint.
|
|
15
15
|
*/
|
|
16
16
|
@property()
|
|
17
|
-
docsHint = 'Click on the
|
|
17
|
+
docsHint = 'Click on the WebdriverIO logo to learn more!'
|
|
18
18
|
|
|
19
19
|
/**
|
|
20
20
|
* The number of times the button has been clicked.
|
|
@@ -38,7 +38,7 @@ if (answers.isUsingTypeScript) { %>
|
|
|
38
38
|
|
|
39
39
|
constructor() {
|
|
40
40
|
super()
|
|
41
|
-
this.docsHint = 'Click on the
|
|
41
|
+
this.docsHint = 'Click on the WebdriverIO logo to learn more!'
|
|
42
42
|
this.count = 0
|
|
43
43
|
}
|
|
44
44
|
<% } %>
|
|
@@ -7,7 +7,7 @@ import { Component, Prop, h, Fragment } from '@stencil/core'
|
|
|
7
7
|
})
|
|
8
8
|
export class MyElement {
|
|
9
9
|
@Prop() count = 0
|
|
10
|
-
@Prop() docsHint = 'Click on the
|
|
10
|
+
@Prop() docsHint = 'Click on the WebdriverIO logo to learn more!'
|
|
11
11
|
|
|
12
12
|
normalize(name: string): string {
|
|
13
13
|
if (name) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/cli",
|
|
3
|
-
"version": "8.15.
|
|
3
|
+
"version": "8.15.5",
|
|
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",
|
|
@@ -83,5 +83,5 @@
|
|
|
83
83
|
"publishConfig": {
|
|
84
84
|
"access": "public"
|
|
85
85
|
},
|
|
86
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "1da9b01e4ea42c5ed09bb0d58ff81fc22b12ec28"
|
|
87
87
|
}
|