@winning-test/component 0.0.33 → 0.0.35
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.
|
@@ -60,7 +60,7 @@ test.skip("topMenu/table", async () => {
|
|
|
60
60
|
|
|
61
61
|
test("dialog/select/list", async () => {
|
|
62
62
|
const page = new Page(browser);
|
|
63
|
-
await page.textComponent("护士站点").click();
|
|
63
|
+
await page.textComponent("护士站点1").click();
|
|
64
64
|
await page.topMenuComponent().select("患者管理");
|
|
65
65
|
await page.loading();
|
|
66
66
|
await page.textComponent("座位管理").click();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@winning-test/component",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.35",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "",
|
|
6
6
|
"scripts": {
|
|
@@ -12,11 +12,9 @@
|
|
|
12
12
|
},
|
|
13
13
|
"author": "",
|
|
14
14
|
"license": "ISC",
|
|
15
|
-
"dependencies": {
|
|
16
|
-
"@winning-test/autotest-webui": "^0.1.44"
|
|
17
|
-
},
|
|
18
15
|
"devDependencies": {
|
|
19
16
|
"@types/jest": "^29.5.2",
|
|
17
|
+
"@winning-test/autotest-webui": "^0.1.45",
|
|
20
18
|
"chromedriver": "^114.0.2",
|
|
21
19
|
"jest": "^29.5.0"
|
|
22
20
|
}
|