assorted: c&p fix. #14537 (#14538)

This commit is contained in:
ilike2burnthing 2023-07-05 21:25:25 +01:00 committed by GitHub
parent c8eb7b8b10
commit a077e80898
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -63,7 +63,7 @@ login:
cookie: "{{ .Config.cookie }}"
test:
path: index.php
selector: a[href^="usercp.php"]
selector: a[href="usercp.php"]
search:
paths:

View File

@ -102,7 +102,7 @@ login:
- selector: .myF-content > center:nth-child(1) > b:contains("The specified username or password was incorrect.")
test:
path: index.php
selector: a[href^="account.php"]
selector: a[href="account.php"]
search:
paths:

View File

@ -117,7 +117,7 @@ login:
- selector: td.embedded:has(h2:contains("failed"))
test:
path: index.php
selector: a[href^="/logout.php"]
selector: a[href="/logout.php"]
search:
paths:

View File

@ -101,7 +101,7 @@ login:
- selector: td.embedded:has(h2:contains("failed"))
test:
path: index.php
selector: a[href^="logout.php"]
selector: a[href="logout.php"]
search:
paths: