Via GitHub (2) and Guilherme Gazzo (1)
* develop: (40 commits)
chore: Fix some check/lint warnings (#32048)
Revert "fix!: api login should not suggest which credential is wrong" (#32156)
test: Prevent playwright from unselecting options by mistake (#32158)
chore(meteor/packages): apply code style (#32145)
fix: New messages export overwrites previous one from the same day when using Amazon S3 (#32062)
Release 6.7.0
chore: bump to 6.8.0 (#32153)
chore: remove unused onStartup function (#32149)
Release 6.7.0-rc.4
chore: remove collections when db watcher is disabled (#32150)
chore: Bump Apps-Engine version (#32144)
regression(fuselage-ui-kit): Use default translation namespace for `-core` apps (#32105)
regression(fuselage-ui-kit): Use default translation namespace for `-core` apps (#32105)
chore: move imported `Apps` to proxy (#32142)
feat: allowing forward to offline dep (#31976)
ci: fix services container not building in build step (#32075)
feat: `Contextualbar` resizable (#29461)
fix: Missing space between name and user name on system messages (#32136)
fix: livechat room desync on different windows (#32135)
fix: livechat room desync on different windows (#32135)
...
… mistake
Proposed changes (including videos or screenshots)
This pull request fixes a failing test where Playwright unintentionally unselected options during test execution. The solution involves explicitly clicking on the element's edge (rather than the default center) to open the list without accidentally clicking a chip.
Before:

After:

Issue(s)
Steps to test or reproduce
Further comments