mohammed-ibenayad / exploratory_testing_opencart

I created this repo to showcase how exploratory testing can be performed from end-to-end perspective
0 stars 1 forks source link

Unrelated note after delete a product from the wish list #11

Open sojoodsweiti opened 1 year ago

sojoodsweiti commented 1 year ago

Bug area

Describe the bug When the user deletes a product from the wish list the system displays the successful message but displays another note containing that the shopping cart is empty although the shopping cart contains items

To Reproduce Steps to reproduce the behavior:

  1. Go to the top right of the site
  2. Click on the wish list button
  3. Click on the remove button

Actual results there is a success message to show the action but the system displays an unrelated and incorrect message "Your shopping cart is empty!"

Test data NA

Expected behavior If there are other items in the wish list, the success message will display that it has been deleted, and if there are no other items, it will return to the main page, for example.

Screenshots First step: wish 1 The result: wish2

Desktop:

Smartphone: NA

Additional context NA

mohammed-ibenayad commented 1 year ago

@sojoodsweiti Expected behavior section is not relevant.

sojoodsweiti commented 1 year ago

@mohammed-ibenayad Updated.