discourse/spec/system/page_objects
Osama Sayegh 22093826d7
FIX: Make theme relative selectors save (#33344)
The parent component of `ThemeSettingRelativesSelectorComponent`,
`SiteSettingComponent`, has recently been migrated from being a legacy
component to a Glimmer component (in
https://github.com/discourse/discourse/pull/33255), but we missed
updating the child class to use Glimmer's patterns, namely how arguments
are accessed in Glimmer components (`this.args.foo` vs `this.foo`).
2025-06-25 14:06:13 +03:00
..
components FIX: Return the post's raw when GET /post (#33325) 2025-06-24 22:11:02 +08:00
modals FEATURE: rich editor link ui for editing it (#32583) 2025-06-11 08:51:27 -03:00
pages FIX: Make theme relative selectors save (#33344) 2025-06-25 14:06:13 +03:00
cdp.rb DEV: replace selenium driver with playwright (#31977) 2025-05-06 10:44:14 +02:00