gak112 / ArhaAppsAdminTesting

0 stars 0 forks source link

Pending Actions #95

Open vennelakasula opened 4 months ago

vennelakasula commented 4 months ago

Test Case Description: Proceed button is not working properly from Store details page.

Expected Output: 1) When Clicked "Proceed", it should Save the details entered in the form and automatically go to the next page. 2) When Clicked "Proceed", the text in the button should change to "Saved" 3) After clicking on "Proceed", when the user goes to the dashboard and again goes back the saved form, the saved details should be visible. 4) All the entered data should be SAVED and NOT DELETED even if there's an error when clicked on "Proceed"

Actual Output: 1) When Clicked "Proceed", there is not indication that the details are saved, and the page does not proceed to the next form. 2) When Clicked "Proceed", the text in the button changes to "..." 3) After clicking on "Proceed", when the user goes to the dashboard and again goes back the saved form, the saved details are not visible. 4) All the entered data is not saved and deleted when there's an error when clicked on "Proceed"

https://github.com/gak112/ArhaAppsAdminTesting/assets/170603616/50a109b4-fb54-4314-bfb8-2f07c0e6b3bf

vennelakasula commented 4 months ago

Issue is not resolved. Same problems persists.