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
As a user, I want to quickly see how many parameters are configured for a request, without needing to open the Params tab.
Acceptance Criteria
Given user has opened the application and navigated to the request params tab
When the user adds a new parameter
Then a badge should appear next to the “Params” tab showing the count of parameters
Given parameters are already present in the request section
When the user removes a parameter
Then the badge count should decrease accordingly
Given no parameters are present in the request section
When the user views the “Params” tab
Then the badge should be hidden
Note: attaching the screenshot of the figma design for reference
As a user, I want to quickly see how many parameters are configured for a request, without needing to open the Params tab.
Acceptance Criteria
Given user has opened the application and navigated to the request params tab
When the user adds a new parameter
Then a badge should appear next to the “Params” tab showing the count of parameters
Given parameters are already present in the request section
When the user removes a parameter
Then the badge count should decrease accordingly
Given no parameters are present in the request section
When the user views the “Params” tab
Then the badge should be hidden
Note: attaching the screenshot of the figma design for reference