#{selenium 'Check invocation context resolution'} open('@{Application.some1()}') assertTextPresent('@play.db.jpa.Transactional') // annotation parameters are in quotes in JDK9+ but not in JDK1.8, so we skip the check of Youhou.value open('@{Application.some2()}') assertTextPresent('@utils.Youhou(value=') assertTextPresent('),@play.db.jpa.Transactional') open('@{Application.some3()}') assertTextPresent('@utils.Youhou(value=') assertTextPresent('fromJob') #{/selenium}