wordpress-mobile / wordpress-mobile/WordPress-Android
Post Settings: add a UI test for uploading a Featured Image
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 3.2k
- Forks
- 1.4k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 69
Description
To help prevent possible future regressions, we should update our UI tests to include uploading an image as the featured image.
Uploading
- Tap Post Settings
- Tap "Set Featured Image"
- Select an image from your device
- The image appears
Removing
- Tap Post Settings
- Tap your featured image
- Tap "Remove"
- The image should be removed and the option to "Set Featured Image" should appear
Source: https://github.com/wordpress-mobile/WordPress-iOS/issues/14098.
Also see: https://github.com/wordpress-mobile/WordPress-iOS/issues/14137.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by finding the existing Android UI tests for Post Settings and read how they select device images. Add coverage for setting a featured image and removing it, following the listed interaction steps. Done means both flows verify the image appears and that removal restores the “Set Featured Image” option.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- mobile, testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100