Example input
[your bad instructions]: When user turns off "Show like count" under settings -> web view -> Show like count -> False, the web UI shouldn't show like count for the posts after refreshing the page or opening and closing the posts. Make sure to test all scenarios
Example output
### Scenario: Turn Off "Show Like Count" in Web View
1. **Navigate to Settings**
- Open the web application.
- Go to the user profile settings.
2. **Access Web View Settings**
- Locate the "Web View" section within the settings menu.
3. **Disable "Show Like Count"**
- Find the "Show Like Count" option.
- Toggle the setting to "False" (or "Off").
4. **Refresh the Web Page**
- Refresh the web page to apply the new settings.
5. **Verify Like Count Visibility**
- Check multiple posts on the page to confirm that the like counts are no longer displayed.
6. **Open and Close Individual Posts**
- Click on a post to open it.
- Close the post and check if the like count remains hidden.
- Repeat for several posts to ensure consistency.
### Expected Results
- The "Show Like Count" option should be successfully set to "False" in the settings.
- After refreshing the page, like counts should not be visible on any posts.
- When opening and closing individual posts, the like counts should remain hidden.
- The setting should be consistent across all posts and sections of the web UI.