learnbits & ztracker: update login inputs (#14347)

* Update learnbits.yml

* Update ztracker.yml
This commit is contained in:
ilike2burnthing 2023-05-19 22:53:33 +01:00 committed by GitHub
parent 02a818f71f
commit 25cdf412c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -132,6 +132,7 @@ login:
username: "{{ .Config.username }}"
password: "{{ .Config.password }}"
logout: ""
logintype: yes
error:
- selector: table:contains("An error has occured!")
test:

View File

@ -89,6 +89,8 @@ login:
inputs:
username: "{{ .Config.username }}"
password: "{{ .Config.password }}"
logout: ""
logintype: yes
error:
- selector: div.error
- selector: table:has(img[src="/pic/ts_error/error.jpg"])