You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a user wants to sell a product When the user is filling out the product detail form And uploads an image Then a new affordance must be displayed to allow the user to upload another image And this process must continue until 5 images have been uploaded
Given a user has uploaded multiple images for a product When the product is displayed in search results Then the first uploaded image will be used as a preview
Given a user has uploaded multiple images for a product When the product detail view is rendered Then the first uploaded image should appear with a size of 100px by 200px And all images must appear beneath the main image, horizontally, with a size of 40px by 40px And when the user performs a gesture on any of the smaller images, the main image must be updated to show the corresponding image
The text was updated successfully, but these errors were encountered:
Given a user wants to sell a product
When the user is filling out the product detail form
And uploads an image
Then a new affordance must be displayed to allow the user to upload another image
And this process must continue until 5 images have been uploaded
Given a user has uploaded multiple images for a product
When the product is displayed in search results
Then the first uploaded image will be used as a preview
Given a user has uploaded multiple images for a product
When the product detail view is rendered
Then the first uploaded image should appear with a size of 100px by 200px
And all images must appear beneath the main image, horizontally, with a size of 40px by 40px
And when the user performs a gesture on any of the smaller images, the main image must be updated to show the corresponding image
The text was updated successfully, but these errors were encountered: