testlens-app[bot] commented on PR #16322: URL: https://github.com/apache/grails-core/pull/16322#issuecomment-5576712099
## 🚨 TestLens detected 18 failed tests 🚨 Here is what you can do: 1) Inspect the test failures carefully. 2) If you are convinced that some of the tests are flaky, you can mute them below. 3) Finally, trigger a rerun by checking the rerun checkbox. ### Test Summary #### [CI / Functional Tests \(Java 21, indy\=false, shard 1\)](https://github.com/apache/grails-core/actions/runs/34168744698/job/101884930650?pr=16322) > :grails-test-examples-app1:integrationTest | Test | Runs | Flakiness | |---|---|--:| | BarFunctionalSpec > Test that a scaffolded view is resolved correctly | ❌ | 0% 🟢 | | FooFunctionalSpec > Test that a scaffolded view is resolved correctly | ❌ | 0% 🟢 | #### [CI / Functional Tests \(Java 21, indy\=false, shard 1\)](https://github.com/apache/grails-core/actions/runs/34168744698/job/101884930650?pr=16322) > :grails-test-examples-gorm:integrationTest | Test | Runs | Flakiness | |---|---|--:| | ScaffoldingFunctionalSpec > author list page displays | ❌ | 0% 🟢 | #### [CI / Functional Tests \(Java 21, indy\=true, shard 1\)](https://github.com/apache/grails-core/actions/runs/34168744698/job/101884930733?pr=16322) > :grails-test-examples-app1:integrationTest | Test | Runs | Flakiness | |---|---|--:| | BarFunctionalSpec > Test that a scaffolded view is resolved correctly | ❌ | 0% 🟢 | | FooFunctionalSpec > Test that a scaffolded view is resolved correctly | ❌ | 0% 🟢 | #### [CI / Functional Tests \(Java 21, indy\=true, shard 1\)](https://github.com/apache/grails-core/actions/runs/34168744698/job/101884930733?pr=16322) > :grails-test-examples-gorm:integrationTest | Test | Runs | Flakiness | |---|---|--:| | ScaffoldingFunctionalSpec > author list page displays | ❌ | 0% 🟢 | #### [CI / Functional Tests \(Java 25, indy\=false, shard 1\)](https://github.com/apache/grails-core/actions/runs/34168744698/job/101884930799?pr=16322) > :grails-test-examples-app1:integrationTest | Test | Runs | Flakiness | |---|---|--:| | BarFunctionalSpec > Test that a scaffolded view is resolved correctly | ❌ | 0% 🟢 | | FooFunctionalSpec > Test that a scaffolded view is resolved correctly | ❌ | 0% 🟢 | #### [CI / Functional Tests \(Java 25, indy\=false, shard 1\)](https://github.com/apache/grails-core/actions/runs/34168744698/job/101884930799?pr=16322) > :grails-test-examples-gorm:integrationTest | Test | Runs | Flakiness | |---|---|--:| | ScaffoldingFunctionalSpec > author list page displays | ❌ | 0% 🟢 | #### [CI / Functional Tests \(Java 25, indy\=false, shard 1\)](https://github.com/apache/grails-core/actions/runs/34168744698/job/101884930799?pr=16322) > :grails-test-examples-scaffolding-fields:integrationTest | Test | Runs | Flakiness | |---|---|--:| | CrudFunctionalSpec > Can navigate from list to create to list | ❌ | 0% 🟢 | | CrudFunctionalSpec > Can navigate from list to show to edit to show | ❌ | 0% 🟢 | | CrudFunctionalSpec > Delete removes employee from list | ❌ | 0% 🟢 | | CrudFunctionalSpec > Department list page displays correctly | ❌ | 0% 🟢 | | CrudFunctionalSpec > Employee list page displays correctly | ❌ | 0% 🟢 | | CrudFunctionalSpec > List page shows create new button | ❌ | 0% 🟢 | | CrudFunctionalSpec > Project list page displays correctly | ❌ | 0% 🟢 | | PaginationSpec > employee list displays data table with records | ❌ | 0% 🟢 | | RelationshipsFunctionalSpec > Department list page renders correctly with hasMany relationship | ❌ | 0% 🟢 | 🏷️ Commit: 140f173f800de56d62ec0e5a9f1813d9845e9f59 ▶️ Tests: 38310 executed 🟡 Checks: 38/85 completed ### Test Failures (first 10 of 18) <details><summary><strong>BarFunctionalSpec > Test that a scaffolded view is resolved correctly</strong> (:grails-test-examples-app1:integrationTest in <a href="https://github.com/apache/grails-core/actions/runs/34168744698/job/101884930650?pr=16322">CI / Functional Tests (Java 21, indy=false, shard 1)</a>)</summary> ``` Condition failed with Exception: to(BarListPage) | | | class functionaltests.pages.BarListPage geb.waiting.WaitTimeoutException: condition did not pass in 30 seconds (failed with exception) at geb.waiting.Wait.waitFor(Wait.groovy:128) at geb.waiting.PotentiallyWaitingExecutor.execute(PotentiallyWaitingExecutor.groovy:31) at geb.Page.verifyThisPageAtOnly(Page.groovy:424) at geb.Page.getAtVerificationResult(Page.groovy:217) at geb.Page.verifyAt(Page.groovy:188) at geb.Browser.doAt(Browser.groovy:1208) at geb.Browser.at(Browser.groovy:410) at geb.Browser.to(Browser.groovy:566) at geb.Browser.to(Browser.groovy:543) at geb.Browser.to(Browser.groovy:532) at grails.plugin.geb.support.delegate.BrowserDelegate$Trait$Helper.to(BrowserDelegate.groovy:160) at grails.plugin.geb.support.delegate.BrowserDelegate$Trait$Helper.to(BrowserDelegate.groovy:159) at functionaltests.scaffolding.BarFunctionalSpec.Test that a scaffolded view is resolved correctly(BarFunctionalSpec.groovy:30) Caused by: Assertion failed: title == pageTitle | | | | | 'Bar List' | false 'Error' at functionaltests.pages.BarListPage._clinit__closure1(BarListPage.groovy:28) at geb.waiting.Wait.waitFor(Wait.groovy:117) ... 12 more at functionaltests.scaffolding.BarFunctionalSpec.Test that a scaffolded view is resolved correctly(BarFunctionalSpec.groovy:30) Caused by: geb.waiting.WaitTimeoutException: condition did not pass in 30 seconds (failed with exception) at geb.waiting.Wait.waitFor(Wait.groovy:128) at geb.waiting.PotentiallyWaitingExecutor.execute(PotentiallyWaitingExecutor.groovy:31) at geb.Page.verifyThisPageAtOnly(Page.groovy:424) at geb.Page.getAtVerificationResult(Page.groovy:217) at geb.Page.verifyAt(Page.groovy:188) at geb.Browser.doAt(Browser.groovy:1208) at geb.Browser.at(Browser.groovy:410) at geb.Browser.to(Browser.groovy:566) at geb.Browser.to(Browser.groovy:543) at geb.Browser.to(Browser.groovy:532) at grails.plugin.geb.support.delegate.BrowserDelegate$Trait$Helper.to(BrowserDelegate.groovy:160) at grails.plugin.geb.support.delegate.BrowserDelegate$Trait$Helper.to(BrowserDelegate.groovy:159) ... 1 more Caused by: Assertion failed: title == pageTitle | | | | | 'Bar List' | false 'Error' at functionaltests.pages.BarListPage._clinit__closure1(BarListPage.groovy:28) at geb.waiting.Wait.waitFor(Wait.groovy:117) ... 12 more ``` </details> <details><summary><strong>FooFunctionalSpec > Test that a scaffolded view is resolved correctly</strong> (:grails-test-examples-app1:integrationTest in <a href="https://github.com/apache/grails-core/actions/runs/34168744698/job/101884930650?pr=16322">CI / Functional Tests (Java 21, indy=false, shard 1)</a>)</summary> ``` Condition failed with Exception: to(FooListPage) | | | class functionaltests.pages.FooListPage geb.waiting.WaitTimeoutException: condition did not pass in 30 seconds (failed with exception) at geb.waiting.Wait.waitFor(Wait.groovy:128) at geb.waiting.PotentiallyWaitingExecutor.execute(PotentiallyWaitingExecutor.groovy:31) at geb.Page.verifyThisPageAtOnly(Page.groovy:424) at geb.Page.getAtVerificationResult(Page.groovy:217) at geb.Page.verifyAt(Page.groovy:188) at geb.Browser.doAt(Browser.groovy:1208) at geb.Browser.at(Browser.groovy:410) at geb.Browser.to(Browser.groovy:566) at geb.Browser.to(Browser.groovy:543) at geb.Browser.to(Browser.groovy:532) at grails.plugin.geb.support.delegate.BrowserDelegate$Trait$Helper.to(BrowserDelegate.groovy:160) at grails.plugin.geb.support.delegate.BrowserDelegate$Trait$Helper.to(BrowserDelegate.groovy:159) at functionaltests.scaffolding.FooFunctionalSpec.Test that a scaffolded view is resolved correctly(FooFunctionalSpec.groovy:30) Caused by: Assertion failed: title == pageTitle | | | | | 'Foo List' | false 'Error' at functionaltests.pages.FooListPage._clinit__closure1(FooListPage.groovy:28) at geb.waiting.Wait.waitFor(Wait.groovy:117) ... 12 more at functionaltests.scaffolding.FooFunctionalSpec.Test that a scaffolded view is resolved correctly(FooFunctionalSpec.groovy:30) Caused by: geb.waiting.WaitTimeoutException: condition did not pass in 30 seconds (failed with exception) at geb.waiting.Wait.waitFor(Wait.groovy:128) at geb.waiting.PotentiallyWaitingExecutor.execute(PotentiallyWaitingExecutor.groovy:31) at geb.Page.verifyThisPageAtOnly(Page.groovy:424) at geb.Page.getAtVerificationResult(Page.groovy:217) at geb.Page.verifyAt(Page.groovy:188) at geb.Browser.doAt(Browser.groovy:1208) at geb.Browser.at(Browser.groovy:410) at geb.Browser.to(Browser.groovy:566) at geb.Browser.to(Browser.groovy:543) at geb.Browser.to(Browser.groovy:532) at grails.plugin.geb.support.delegate.BrowserDelegate$Trait$Helper.to(BrowserDelegate.groovy:160) at grails.plugin.geb.support.delegate.BrowserDelegate$Trait$Helper.to(BrowserDelegate.groovy:159) ... 1 more Caused by: Assertion failed: title == pageTitle | | | | | 'Foo List' | false 'Error' at functionaltests.pages.FooListPage._clinit__closure1(FooListPage.groovy:28) at geb.waiting.Wait.waitFor(Wait.groovy:117) ... 12 more ``` </details> <details><summary><strong>ScaffoldingFunctionalSpec > author list page displays</strong> (:grails-test-examples-gorm:integrationTest in <a href="https://github.com/apache/grails-core/actions/runs/34168744698/job/101884930650?pr=16322">CI / Functional Tests (Java 21, indy=false, shard 1)</a>)</summary> ``` geb.waiting.WaitTimeoutException: condition did not pass in 30 seconds (failed with exception) at geb.waiting.Wait.waitFor(Wait.groovy:128) at geb.waiting.PotentiallyWaitingExecutor.execute(PotentiallyWaitingExecutor.groovy:31) at geb.Page.verifyThisPageAtOnly(Page.groovy:424) at geb.Page.getAtVerificationResult(Page.groovy:217) at geb.Page.verifyAt(Page.groovy:188) at geb.Browser.doAt(Browser.groovy:1208) at geb.Browser.at(Browser.groovy:410) at geb.Browser.to(Browser.groovy:566) at geb.Browser.to(Browser.groovy:543) at geb.Browser.to(Browser.groovy:532) at grails.plugin.geb.support.delegate.BrowserDelegate$Trait$Helper.to(BrowserDelegate.groovy:160) at grails.plugin.geb.support.delegate.BrowserDelegate$Trait$Helper.to(BrowserDelegate.groovy:159) at gorm.ScaffoldingFunctionalSpec.author list page displays(ScaffoldingFunctionalSpec.groovy:48) Caused by: Assertion failed: title?.contains('Author') || $('h1').text()?.contains('Author') | | | | | | | false | | 'Error' false 'Error' | [[[RemoteWebDriver: chrome on linux (fd5441b102bde619118379ca129dd2fd)] -> css selector: h1]] false at gorm.pages.AuthorListPage._clinit__closure1(AuthorPages.groovy:29) at gorm.pages.AuthorListPage._clinit__closure1(AuthorPages.groovy) at geb.waiting.Wait.waitFor(Wait.groovy:117) ... 12 more ``` </details> <details><summary><strong>BarFunctionalSpec > Test that a scaffolded view is resolved correctly</strong> (:grails-test-examples-app1:integrationTest in <a href="https://github.com/apache/grails-core/actions/runs/34168744698/job/101884930733?pr=16322">CI / Functional Tests (Java 21, indy=true, shard 1)</a>)</summary> ``` Condition failed with Exception: to(BarListPage) | | | class functionaltests.pages.BarListPage geb.waiting.WaitTimeoutException: condition did not pass in 30 seconds (failed with exception) at geb.waiting.Wait.waitFor(Wait.groovy:128) at geb.waiting.PotentiallyWaitingExecutor.execute(PotentiallyWaitingExecutor.groovy:31) at geb.Page.verifyThisPageAtOnly(Page.groovy:424) at geb.Page.getAtVerificationResult(Page.groovy:217) at geb.Page.verifyAt(Page.groovy:188) at geb.Browser.doAt(Browser.groovy:1208) at geb.Browser.at(Browser.groovy:410) at geb.Browser.to(Browser.groovy:566) at geb.Browser.to(Browser.groovy:543) at geb.Browser.to(Browser.groovy:532) at grails.plugin.geb.support.delegate.BrowserDelegate$Trait$Helper.to(BrowserDelegate.groovy:160) at grails.plugin.geb.support.delegate.BrowserDelegate$Trait$Helper.to(BrowserDelegate.groovy:159) at functionaltests.scaffolding.BarFunctionalSpec.Test that a scaffolded view is resolved correctly(BarFunctionalSpec.groovy:30) Caused by: Assertion failed: title == pageTitle | | | | | 'Bar List' | false 'Error' at functionaltests.pages.BarListPage._clinit__closure1(BarListPage.groovy:28) at geb.waiting.Wait.waitFor(Wait.groovy:117) ... 12 more at functionaltests.scaffolding.BarFunctionalSpec.Test that a scaffolded view is resolved correctly(BarFunctionalSpec.groovy:30) Caused by: geb.waiting.WaitTimeoutException: condition did not pass in 30 seconds (failed with exception) at geb.waiting.Wait.waitFor(Wait.groovy:128) at geb.waiting.PotentiallyWaitingExecutor.execute(PotentiallyWaitingExecutor.groovy:31) at geb.Page.verifyThisPageAtOnly(Page.groovy:424) at geb.Page.getAtVerificationResult(Page.groovy:217) at geb.Page.verifyAt(Page.groovy:188) at geb.Browser.doAt(Browser.groovy:1208) at geb.Browser.at(Browser.groovy:410) at geb.Browser.to(Browser.groovy:566) at geb.Browser.to(Browser.groovy:543) at geb.Browser.to(Browser.groovy:532) at grails.plugin.geb.support.delegate.BrowserDelegate$Trait$Helper.to(BrowserDelegate.groovy:160) at grails.plugin.geb.support.delegate.BrowserDelegate$Trait$Helper.to(BrowserDelegate.groovy:159) ... 1 more Caused by: Assertion failed: title == pageTitle | | | | | 'Bar List' | false 'Error' at functionaltests.pages.BarListPage._clinit__closure1(BarListPage.groovy:28) at geb.waiting.Wait.waitFor(Wait.groovy:117) ... 12 more ``` </details> <details><summary><strong>FooFunctionalSpec > Test that a scaffolded view is resolved correctly</strong> (:grails-test-examples-app1:integrationTest in <a href="https://github.com/apache/grails-core/actions/runs/34168744698/job/101884930733?pr=16322">CI / Functional Tests (Java 21, indy=true, shard 1)</a>)</summary> ``` Condition failed with Exception: to(FooListPage) | | | class functionaltests.pages.FooListPage geb.waiting.WaitTimeoutException: condition did not pass in 30 seconds (failed with exception) at geb.waiting.Wait.waitFor(Wait.groovy:128) at geb.waiting.PotentiallyWaitingExecutor.execute(PotentiallyWaitingExecutor.groovy:31) at geb.Page.verifyThisPageAtOnly(Page.groovy:424) at geb.Page.getAtVerificationResult(Page.groovy:217) at geb.Page.verifyAt(Page.groovy:188) at geb.Browser.doAt(Browser.groovy:1208) at geb.Browser.at(Browser.groovy:410) at geb.Browser.to(Browser.groovy:566) at geb.Browser.to(Browser.groovy:543) at geb.Browser.to(Browser.groovy:532) at grails.plugin.geb.support.delegate.BrowserDelegate$Trait$Helper.to(BrowserDelegate.groovy:160) at grails.plugin.geb.support.delegate.BrowserDelegate$Trait$Helper.to(BrowserDelegate.groovy:159) at functionaltests.scaffolding.FooFunctionalSpec.Test that a scaffolded view is resolved correctly(FooFunctionalSpec.groovy:30) Caused by: Assertion failed: title == pageTitle | | | | | 'Foo List' | false 'Error' at functionaltests.pages.FooListPage._clinit__closure1(FooListPage.groovy:28) at geb.waiting.Wait.waitFor(Wait.groovy:117) ... 12 more at functionaltests.scaffolding.FooFunctionalSpec.Test that a scaffolded view is resolved correctly(FooFunctionalSpec.groovy:30) Caused by: geb.waiting.WaitTimeoutException: condition did not pass in 30 seconds (failed with exception) at geb.waiting.Wait.waitFor(Wait.groovy:128) at geb.waiting.PotentiallyWaitingExecutor.execute(PotentiallyWaitingExecutor.groovy:31) at geb.Page.verifyThisPageAtOnly(Page.groovy:424) at geb.Page.getAtVerificationResult(Page.groovy:217) at geb.Page.verifyAt(Page.groovy:188) at geb.Browser.doAt(Browser.groovy:1208) at geb.Browser.at(Browser.groovy:410) at geb.Browser.to(Browser.groovy:566) at geb.Browser.to(Browser.groovy:543) at geb.Browser.to(Browser.groovy:532) at grails.plugin.geb.support.delegate.BrowserDelegate$Trait$Helper.to(BrowserDelegate.groovy:160) at grails.plugin.geb.support.delegate.BrowserDelegate$Trait$Helper.to(BrowserDelegate.groovy:159) ... 1 more Caused by: Assertion failed: title == pageTitle | | | | | 'Foo List' | false 'Error' at functionaltests.pages.FooListPage._clinit__closure1(FooListPage.groovy:28) at geb.waiting.Wait.waitFor(Wait.groovy:117) ... 12 more ``` </details> <details><summary><strong>ScaffoldingFunctionalSpec > author list page displays</strong> (:grails-test-examples-gorm:integrationTest in <a href="https://github.com/apache/grails-core/actions/runs/34168744698/job/101884930733?pr=16322">CI / Functional Tests (Java 21, indy=true, shard 1)</a>)</summary> ``` geb.waiting.WaitTimeoutException: condition did not pass in 30 seconds (failed with exception) at geb.waiting.Wait.waitFor(Wait.groovy:128) at geb.waiting.PotentiallyWaitingExecutor.execute(PotentiallyWaitingExecutor.groovy:31) at geb.Page.verifyThisPageAtOnly(Page.groovy:424) at geb.Page.getAtVerificationResult(Page.groovy:217) at geb.Page.verifyAt(Page.groovy:188) at geb.Browser.doAt(Browser.groovy:1208) at geb.Browser.at(Browser.groovy:410) at geb.Browser.to(Browser.groovy:566) at geb.Browser.to(Browser.groovy:543) at geb.Browser.to(Browser.groovy:532) at grails.plugin.geb.support.delegate.BrowserDelegate$Trait$Helper.to(BrowserDelegate.groovy:160) at grails.plugin.geb.support.delegate.BrowserDelegate$Trait$Helper.to(BrowserDelegate.groovy:159) at gorm.ScaffoldingFunctionalSpec.author list page displays(ScaffoldingFunctionalSpec.groovy:48) Caused by: Assertion failed: title?.contains('Author') || $('h1').text()?.contains('Author') | | | | | | | false | | 'Error' false 'Error' | [[[RemoteWebDriver: chrome on linux (9bdb472298d299998b366671e665bad8)] -> css selector: h1]] false at gorm.pages.AuthorListPage._clinit__closure1(AuthorPages.groovy:29) at gorm.pages.AuthorListPage._clinit__closure1(AuthorPages.groovy) at geb.waiting.Wait.waitFor(Wait.groovy:117) ... 12 more ``` </details> <details><summary><strong>BarFunctionalSpec > Test that a scaffolded view is resolved correctly</strong> (:grails-test-examples-app1:integrationTest in <a href="https://github.com/apache/grails-core/actions/runs/34168744698/job/101884930799?pr=16322">CI / Functional Tests (Java 25, indy=false, shard 1)</a>)</summary> ``` Condition failed with Exception: to(BarListPage) | | | class functionaltests.pages.BarListPage geb.waiting.WaitTimeoutException: condition did not pass in 30 seconds (failed with exception) at geb.waiting.Wait.waitFor(Wait.groovy:128) at geb.waiting.PotentiallyWaitingExecutor.execute(PotentiallyWaitingExecutor.groovy:31) at geb.Page.verifyThisPageAtOnly(Page.groovy:424) at geb.Page.getAtVerificationResult(Page.groovy:217) at geb.Page.verifyAt(Page.groovy:188) at geb.Browser.doAt(Browser.groovy:1208) at geb.Browser.at(Browser.groovy:410) at geb.Browser.to(Browser.groovy:566) at geb.Browser.to(Browser.groovy:543) at geb.Browser.to(Browser.groovy:532) at grails.plugin.geb.support.delegate.BrowserDelegate$Trait$Helper.to(BrowserDelegate.groovy:160) at grails.plugin.geb.support.delegate.BrowserDelegate$Trait$Helper.to(BrowserDelegate.groovy:159) at functionaltests.scaffolding.BarFunctionalSpec.Test that a scaffolded view is resolved correctly(BarFunctionalSpec.groovy:30) Caused by: Assertion failed: title == pageTitle | | | | | 'Bar List' | false 'Error' at functionaltests.pages.BarListPage._clinit__closure1(BarListPage.groovy:28) at geb.waiting.Wait.waitFor(Wait.groovy:117) ... 12 more at functionaltests.scaffolding.BarFunctionalSpec.Test that a scaffolded view is resolved correctly(BarFunctionalSpec.groovy:30) Caused by: geb.waiting.WaitTimeoutException: condition did not pass in 30 seconds (failed with exception) at geb.waiting.Wait.waitFor(Wait.groovy:128) at geb.waiting.PotentiallyWaitingExecutor.execute(PotentiallyWaitingExecutor.groovy:31) at geb.Page.verifyThisPageAtOnly(Page.groovy:424) at geb.Page.getAtVerificationResult(Page.groovy:217) at geb.Page.verifyAt(Page.groovy:188) at geb.Browser.doAt(Browser.groovy:1208) at geb.Browser.at(Browser.groovy:410) at geb.Browser.to(Browser.groovy:566) at geb.Browser.to(Browser.groovy:543) at geb.Browser.to(Browser.groovy:532) at grails.plugin.geb.support.delegate.BrowserDelegate$Trait$Helper.to(BrowserDelegate.groovy:160) at grails.plugin.geb.support.delegate.BrowserDelegate$Trait$Helper.to(BrowserDelegate.groovy:159) ... 1 more Caused by: Assertion failed: title == pageTitle | | | | | 'Bar List' | false 'Error' at functionaltests.pages.BarListPage._clinit__closure1(BarListPage.groovy:28) at geb.waiting.Wait.waitFor(Wait.groovy:117) ... 12 more ``` </details> <details><summary><strong>CrudFunctionalSpec > Can navigate from list to create to list</strong> (:grails-test-examples-scaffolding-fields:integrationTest in <a href="https://github.com/apache/grails-core/actions/runs/34168744698/job/101884930799?pr=16322">CI / Functional Tests (Java 25, indy=false, shard 1)</a>)</summary> ``` geb.waiting.WaitTimeoutException: condition did not pass in 30 seconds (failed with exception) at geb.waiting.Wait.waitFor(Wait.groovy:128) at geb.waiting.PotentiallyWaitingExecutor.execute(PotentiallyWaitingExecutor.groovy:31) at geb.Page.verifyThisPageAtOnly(Page.groovy:424) at geb.Page.getAtVerificationResult(Page.groovy:217) at geb.Page.verifyAt(Page.groovy:188) at geb.Browser.doAt(Browser.groovy:1208) at geb.Browser.at(Browser.groovy:410) at geb.Browser.to(Browser.groovy:566) at geb.Browser.to(Browser.groovy:543) at geb.Browser.to(Browser.groovy:532) at grails.plugin.geb.support.delegate.BrowserDelegate$Trait$Helper.to(BrowserDelegate.groovy:160) at grails.plugin.geb.support.delegate.BrowserDelegate$Trait$Helper.to(BrowserDelegate.groovy:159) at scaffoldingfields.CrudFunctionalSpec.Can navigate from list to create to list(CrudFunctionalSpec.groovy:185) Caused by: Assertion failed: title == 'Employee List' || title?.contains('Employee') | | | | | '' false | '' false false at scaffoldingfields.pages.EmployeeListPage._clinit__closure1(EmployeePages.groovy:30) at scaffoldingfields.pages.EmployeeListPage._clinit__closure1(EmployeePages.groovy) at geb.waiting.Wait.waitFor(Wait.groovy:117) ... 12 more ``` </details> <details><summary><strong>CrudFunctionalSpec > Can navigate from list to show to edit to show</strong> (:grails-test-examples-scaffolding-fields:integrationTest in <a href="https://github.com/apache/grails-core/actions/runs/34168744698/job/101884930799?pr=16322">CI / Functional Tests (Java 25, indy=false, shard 1)</a>)</summary> ``` Condition failed with Exception: to(EmployeeListPage) | | | class scaffoldingfields.pages.EmployeeListPage geb.waiting.WaitTimeoutException: condition did not pass in 30 seconds (failed with exception) at geb.waiting.Wait.waitFor(Wait.groovy:128) at geb.waiting.PotentiallyWaitingExecutor.execute(PotentiallyWaitingExecutor.groovy:31) at geb.Page.verifyThisPageAtOnly(Page.groovy:424) at geb.Page.getAtVerificationResult(Page.groovy:217) at geb.Page.verifyAt(Page.groovy:188) at geb.Browser.doAt(Browser.groovy:1208) at geb.Browser.at(Browser.groovy:410) at geb.Browser.to(Browser.groovy:566) at geb.Browser.to(Browser.groovy:543) at geb.Browser.to(Browser.groovy:532) at grails.plugin.geb.support.delegate.BrowserDelegate$Trait$Helper.to(BrowserDelegate.groovy:160) at grails.plugin.geb.support.delegate.BrowserDelegate$Trait$Helper.to(BrowserDelegate.groovy:159) at scaffoldingfields.CrudFunctionalSpec.$tt__$spock_feature_1_13(CrudFunctionalSpec.groovy:213) at grails.gorm.transactions.GrailsTransactionTemplate$1.doInTransaction(GrailsTransactionTemplate.groovy:76) at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:137) at grails.gorm.transactions.GrailsTransactionTemplate.executeAndRollback(GrailsTransactionTemplate.groovy:73) Caused by: Assertion failed: title == 'Employee List' || title?.contains('Employee') | | | | | '' false | '' false false at scaffoldingfields.pages.EmployeeListPage._clinit__closure1(EmployeePages.groovy:30) at geb.waiting.Wait.waitFor(Wait.groovy:117) ... 15 more at scaffoldingfields.CrudFunctionalSpec.$tt__$spock_feature_1_13(CrudFunctionalSpec.groovy:213) at scaffoldingfields.CrudFunctionalSpec.Can navigate from list to show to edit to show_closure8(CrudFunctionalSpec.groovy) at grails.gorm.transactions.GrailsTransactionTemplate$1.doInTransaction(GrailsTransactionTemplate.groovy:76) at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:137) at grails.gorm.transactions.GrailsTransactionTemplate.executeAndRollback(GrailsTransactionTemplate.groovy:73) at scaffoldingfields.CrudFunctionalSpec.Can navigate from list to show to edit to show(CrudFunctionalSpec.groovy) Caused by: geb.waiting.WaitTimeoutException: condition did not pass in 30 seconds (failed with exception) at geb.waiting.Wait.waitFor(Wait.groovy:128) at geb.waiting.PotentiallyWaitingExecutor.execute(PotentiallyWaitingExecutor.groovy:31) at geb.Page.verifyThisPageAtOnly(Page.groovy:424) at geb.Page.getAtVerificationResult(Page.groovy:217) at geb.Page.verifyAt(Page.groovy:188) at geb.Browser.doAt(Browser.groovy:1208) at geb.Browser.at(Browser.groovy:410) at geb.Browser.to(Browser.groovy:566) at geb.Browser.to(Browser.groovy:543) at geb.Browser.to(Browser.groovy:532) at grails.plugin.geb.support.delegate.BrowserDelegate$Trait$Helper.to(BrowserDelegate.groovy:160) at grails.plugin.geb.support.delegate.BrowserDelegate$Trait$Helper.to(BrowserDelegate.groovy:159) at scaffoldingfields.CrudFunctionalSpec.$tt__$spock_feature_1_13(CrudFunctionalSpec.groovy:213) at grails.gorm.transactions.GrailsTransactionTemplate$1.doInTransaction(GrailsTransactionTemplate.groovy:76) at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:137) at grails.gorm.transactions.GrailsTransactionTemplate.executeAndRollback(GrailsTransactionTemplate.groovy:73) Caused by: Assertion failed: title == 'Employee List' || title?.contains('Employee') | | | | | '' false | '' false false at scaffoldingfields.pages.EmployeeListPage._clinit__closure1(EmployeePages.groovy:30) at geb.waiting.Wait.waitFor(Wait.groovy:117) ... 15 more ``` </details> <details><summary><strong>CrudFunctionalSpec > Delete removes employee from list</strong> (:grails-test-examples-scaffolding-fields:integrationTest in <a href="https://github.com/apache/grails-core/actions/runs/34168744698/job/101884930799?pr=16322">CI / Functional Tests (Java 25, indy=false, shard 1)</a>)</summary> ``` geb.waiting.WaitTimeoutException: condition did not pass in 30 seconds (failed with exception) at geb.waiting.Wait.waitFor(Wait.groovy:128) at geb.waiting.PotentiallyWaitingExecutor.execute(PotentiallyWaitingExecutor.groovy:31) at geb.Page.verifyThisPageAtOnly(Page.groovy:424) at geb.Page.getAtVerificationResult(Page.groovy:217) at geb.Page.verifyAt(Page.groovy:188) at geb.Browser.doAt(Browser.groovy:1208) at geb.Browser.at(Browser.groovy:410) at geb.Browser.to(Browser.groovy:566) at geb.Browser.to(Browser.groovy:543) at geb.Browser.to(Browser.groovy:532) at grails.plugin.geb.support.delegate.BrowserDelegate$Trait$Helper.to(BrowserDelegate.groovy:160) at grails.plugin.geb.support.delegate.BrowserDelegate$Trait$Helper.to(BrowserDelegate.groovy:159) at scaffoldingfields.CrudFunctionalSpec.$tt__$spock_feature_1_11(CrudFunctionalSpec.groovy:159) at scaffoldingfields.CrudFunctionalSpec.Delete removes employee from list_closure7(CrudFunctionalSpec.groovy) at grails.gorm.transactions.GrailsTransactionTemplate$1.doInTransaction(GrailsTransactionTemplate.groovy:76) at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:137) at grails.gorm.transactions.GrailsTransactionTemplate.executeAndRollback(GrailsTransactionTemplate.groovy:73) at scaffoldingfields.CrudFunctionalSpec.Delete removes employee from list(CrudFunctionalSpec.groovy) Caused by: Assertion failed: title == 'Employee List' || title?.contains('Employee') | | | | | '' false | '' false false at scaffoldingfields.pages.EmployeeListPage._clinit__closure1(EmployeePages.groovy:30) at scaffoldingfields.pages.EmployeeListPage._clinit__closure1(EmployeePages.groovy) at geb.waiting.Wait.waitFor(Wait.groovy:117) ... 17 more ``` </details> ### Rerun Controls > [!NOTE] > Checks are currently running using the configuration below. Select tests to mute in this pull request: 🔲 BarFunctionalSpec > Test that a scaffolded view is resolved correctly <!-- uniqueId=[engine:spock]/[spec:functionaltests.scaffolding.BarFunctionalSpec]/[feature:$spock_feature_1_0] --> 🔲 CrudFunctionalSpec > Can navigate from list to create to list <!-- uniqueId=[engine:spock]/[spec:scaffoldingfields.CrudFunctionalSpec]/[feature:$spock_feature_1_12] --> 🔲 CrudFunctionalSpec > Can navigate from list to show to edit to show <!-- uniqueId=[engine:spock]/[spec:scaffoldingfields.CrudFunctionalSpec]/[feature:$spock_feature_1_13] --> 🔲 CrudFunctionalSpec > Delete removes employee from list <!-- uniqueId=[engine:spock]/[spec:scaffoldingfields.CrudFunctionalSpec]/[feature:$spock_feature_1_11] --> 🔲 CrudFunctionalSpec > Department list page displays correctly <!-- uniqueId=[engine:spock]/[spec:scaffoldingfields.CrudFunctionalSpec]/[feature:$spock_feature_1_1] --> 🔲 CrudFunctionalSpec > Employee list page displays correctly <!-- uniqueId=[engine:spock]/[spec:scaffoldingfields.CrudFunctionalSpec]/[feature:$spock_feature_1_0] --> 🔲 CrudFunctionalSpec > List page shows create new button <!-- uniqueId=[engine:spock]/[spec:scaffoldingfields.CrudFunctionalSpec]/[feature:$spock_feature_1_3] --> 🔲 CrudFunctionalSpec > Project list page displays correctly <!-- uniqueId=[engine:spock]/[spec:scaffoldingfields.CrudFunctionalSpec]/[feature:$spock_feature_1_2] --> 🔲 FooFunctionalSpec > Test that a scaffolded view is resolved correctly <!-- uniqueId=[engine:spock]/[spec:functionaltests.scaffolding.FooFunctionalSpec]/[feature:$spock_feature_1_0] --> 🔲 PaginationSpec > employee list displays data table with records <!-- uniqueId=[engine:spock]/[spec:scaffoldingfields.PaginationSpec]/[feature:$spock_feature_1_0] --> 🔲 RelationshipsFunctionalSpec > Department list page renders correctly with hasMany relationship <!-- uniqueId=[engine:spock]/[spec:scaffoldingfields.RelationshipsFunctionalSpec]/[feature:$spock_feature_1_7] --> 🔲 ScaffoldingFunctionalSpec > author list page displays <!-- uniqueId=[engine:spock]/[spec:gorm.ScaffoldingFunctionalSpec]/[feature:$spock_feature_1_0] --> Reuse successful test results: 🔲 ♻️ Only rerun the tests that failed or were muted before Click the checkbox to trigger a rerun: 🔲 **Rerun jobs** --- _Learn more about TestLens at [testlens.app/docs](https://testlens.app/docs/features/pr-comment/)._ -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
