The GitHub Actions job "CI" on grails-core.git/feat/create-app-ui has succeeded.
Run started by GitHub user codeconsole (triggered by codeconsole).

Head commit for run:
7750a3c81a9d57be7000a36f742afdb8fb7ddf0c / Scott Murphy Heiberg 
<[email protected]>
Remove legacy main.css from spring-security-ui test apps

The simple and extended test apps still carried the old plugin's main.css,
whose `body { max-width: 960px; overflow-x: hidden }` rule clips any content
wider than 960px. The extended app's profile list is wider than that (the
security-question answers are stored bcrypt-hashed, so each renders as a
~60-character unbreakable string), which pushed the rightmost `user` column
past the clip boundary. The column stayed in the DOM but was not visibly
rendered, so Selenium/Geb's visible-text selector
(`$('a', text: "User(username:...)")`) could not find it and RegisterSpec
failed at editProfile. That in turn skipped RegisterSpec's cleanup, leaking a
user and a profile into the shared integration DB and cascading into
UserSpec (23 vs 22) and ProfileServiceSpec (5 vs 4).

Now that these screens render through the host application's Bootstrap layout,
main.css is obsolete. Drop it and add minimal table styling in application.css
that lets long values wrap, so wide tables fit the viewport instead of
overflowing and being clipped.

Report URL: https://github.com/apache/grails-core/actions/runs/29598637571

With regards,
GitHub Actions via GitBox

Reply via email to