Skip to content

Commit

Permalink
more invalid input test
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Mar 11, 2024
1 parent 6eb07c5 commit eca9d2b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -421,5 +421,6 @@ abstract class IntegrationTest(browserType: Playwright => BrowserType) extends A
"invalid input" in withBrowser { page =>
setInput(page, "def")
assert(infoElem(page).getAttribute("class") == "alert alert-danger")
assert(infoElem(page).textContent() contains "error: identifier expected but end of file found")
}
}

0 comments on commit eca9d2b

Please sign in to comment.