zaviagodev / frappe

MIT License
0 stars 1 forks source link

Testing App Installation Function from App Detail Page #85

Closed John-zaviago closed 8 months ago

John-zaviago commented 9 months ago

Issue Title: Testing App Installation Function from App Detail Page

1. Issue Description

This issue focuses on testing the app installation process from the app detail page. The test includes clicking the 'Install App' button, expecting a confirmation modal to appear, and then observing the changes in the interface after confirming the installation, specifically the button text changing from 'Install' to 'Installed to Site'.

2. Steps to Reproduce

  1. Navigate to the app detail page.
  2. Click on the 'Install App' button.
  3. Interact with the confirmation modal that appears.
  4. Observe the changes post-installation, especially in the button text.

3. Current Behavior

4. Expected Behavior

5. Goal

To ensure a smooth and intuitive app installation process for users, with clear feedback and interface changes that accurately reflect the app's installation status.

6. Action Items