matrei commented on code in PR #14876: URL: https://github.com/apache/grails-core/pull/14876#discussion_r2187604389
########## grails-test-examples/app1/src/integration-test/groovy/functionaltests/AsyncFunctionalSpec.groovy: ########## @@ -35,10 +35,10 @@ class AsyncFunctionalSpec extends ContainerGebSpec { @PendingFeature(reason = 'pageSource == <html><head></head><body></body></html>') void "Test async response rendering works"() { when:"When an async response is rendered" - go '/async/test' + go('/async/test') then:"The rendered page is correct" - driver.pageSource.contains 'Hello' + pageSource.contains 'Hello' Review Comment: Align on parentheses for method calls? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@grails.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org