sparrowapp-dev / sparrow-app

Your next-gen API testing and development tool.
https://sparrowapp.dev
GNU Affero General Public License v3.0
39 stars 24 forks source link

Error in Bulk Edit Parameters #1133

Open Madhvan-0912 opened 1 week ago

Madhvan-0912 commented 1 week ago

Description:

The user should be able to see an icon near the bulk edit parameters when there is an error in bulk editing. When the user hovers over the icon, a detailed explanation of the error should be displayed in a box, and the user should be able to close the box by clicking on a cross button.

Figma: image

Acceptance Criteria:

Acceptance Criteria 1: Given there is an error in bulk editing parameters When the user is on the bulk edit parameters page Then an error icon should be displayed near the bulk edit section.

Acceptance Criteria 2: Given the error icon is displayed near the bulk edit parameters section When the user hovers over the error icon Then a box should appear with a detailed explanation of the error.

Acceptance Criteria 3: Given the error box is displayed When the user clicks on the cross button in the error box Then the error box should close.