Shareisland: improve login error detection

This commit is contained in:
kaso17
2018-10-30 11:45:55 +01:00
parent b3cf51172f
commit 4c6b946cf9

View File

@@ -72,6 +72,7 @@
error: error:
- selector: div.error - selector: div.error
- selector: body:has(h1:contains("403 Forbidden")) # for banned IP notices - selector: body:has(h1:contains("403 Forbidden")) # for banned IP notices
- selector: td.lista > span[style="color:#FF0000;"] # Nome Utente non corretto
test: test:
path: /index.php path: /index.php
selector: a[href="logout.php"] selector: a[href="logout.php"]