sugoimusic: fix login error selector

This commit is contained in:
ilike2burnthing 2021-01-23 04:37:18 +00:00 committed by GitHub
parent bf2d8f8ded
commit 86a3499e3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ login:
error:
- selector: span.warning
message:
selector: #text
selector: span[class="warning"]:not(:contains("JavaScript"))
test:
path: index.php
selector: a[href^="logout.php"]