loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(ui): Do not check for `vertical-align` (#7344)

- This makes the `repo-settings` e2e testing happy.
- There's no point into checking `vertical-align`; it has no effect when `position: absolute` is set, which is is currently set unconditionally for checkboxes and radios on forms.

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7344
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Gusted <postmaster@gusted.xyz>
Co-committed-by: Gusted <postmaster@gusted.xyz>

authored by

Gusted
Gusted
and committed by
Gusted
e84d3a0f 6d7b4c80

-1
-1
tests/e2e/shared/forms.ts
··· 18 18 for (const b of await boxes.all()) { 19 19 await expect(b).toHaveCSS('margin-left', '0px'); 20 20 await expect(b).toHaveCSS('margin-top', '0px'); 21 - await expect(b).toHaveCSS('vertical-align', 'baseline'); 22 21 } 23 22 24 23 // assert no (trailing) colon is used in labels