Skip to content

Commit

Permalink
Merge pull request #108 from xuwei-k/invalid-input-test-msg
Browse files Browse the repository at this point in the history
more invalid input test

[skip ci]
  • Loading branch information
xuwei-k authored Mar 11, 2024
2 parents 6eb07c5 + eca9d2b commit af0db55
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 af0db55

Please sign in to comment.