# Background
Current: As a logged-out user on the Minerva mobile site, I can toggle settings to expand or collapse sections by default. These user configurations may interfere with our A/B test.
Minerva mobile + mobile emulationobile sections are collapsed by default, but users can configure them to expand by default in mobile settings. The A/B test will expand all mobile sections regardless of user preference.
**Potential issue**: Logged-out users on the Minerva mobile site can toggle this setting. If our A/B test overrides their preference, it may skew results or create a confusing user experience for those who deliberately chose collapsed sections.
Below is a screenshot of the mobile settings (Minerva mobile + mobile emulation):
{F69978507}
The clientpref selectors are defined in MobileFrontend extension ([ref](https://codesearch.wmcloud.org/search/?q=mf-expand-sections-clientpref&files=&excludeFiles=&repos=)) and added to the <html> element.
- `mf-expand-sections-clientpref-0` collapses the sections by default
- `mf-expand-sections-clientpref-1` expands the sections by default
## Acceptance Criteria
[] Determine whether the clientpref selectors conflict with the A/B test
[] Disable the user settings if needed