check that headers aren't empty

quickstrom
Brian Hicks 2020-09-01 16:57:52 -05:00
parent a9ce8227c2
commit ed3b11f486
1 changed files with 1 additions and 3 deletions

View File

@ -15,8 +15,6 @@ actions =
]
proposition :: Boolean
proposition = always (notElem "" cells)
proposition = always (notElem "" headers)
headers = map _.textContent (queryAll "h2" { textContent })
cells = map _.textContent (queryAll "td" { textContent })