We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d495ae5 + f9e7d93 commit a6e2221Copy full SHA for a6e2221
grails-test-examples/app1/src/integration-test/groovy/functionaltests/HomeSpec.groovy
@@ -8,7 +8,6 @@ import spock.lang.PendingFeature
8
@Integration(applicationClass = Application)
9
class HomeSpec extends ContainerGebSpec {
10
11
- @PendingFeature(reason = 'Pending fix for https://github.com/grails/grails-core/issues/13846')
12
void "Test the home page renders correctly"() {
13
when:"The home page is visited"
14
go '/'
0 commit comments