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
Render "Blocked" Elements and Redirect to Chaincode page
Overview:
When the model.profileStatus is set to "BLOCKED," the page should render specific elements to inform the user about the blocked status and provide a button for redirecting to Chaincode page Step-10.
User Stories:
As a user with a model.profileStatus of "BLOCKED," I should see an h3 tag on the page with the text "Blocked" to indicate the blocked status.
As a user with a model.profileStatus of "BLOCKED," I should see a p tag with the text "Your previous chaincode is blocked for some reason. Please generate a new chaincode." to provide information and guidance.
As a user with a model.profileStatus of "BLOCKED," I should see a button with the text "Next" that allows me to initiate a redirection to Chaincode page i.e. Step-10
Acceptance Criteria:
When the model.profileStatus is set to "BLOCKED," the page should automatically render an h3 tag with the text "Blocked" to provide a clear indication of the blocked status.
When the model.profileStatus is set to "BLOCKED," the page should automatically render a p tag with the text "Your previous chaincode is blocked for some reason. Please generate a new chaincode." to provide relevant information to the user.
When the model.profileStatus is set to "BLOCKED," the page should automatically render a button with the text "Next" that is easily visible and accessible to the user.
Clicking the "Next" button should initiate a redirection to chaincode page i.e. Step-10, ensuring that the user is directed to the appropriate next step.
The functionality of rendering these elements and the button's ability to redirect to Step-10 should be thoroughly tested to ensure it works as intended when model.profileStatus is "BLOCKED."
The text was updated successfully, but these errors were encountered:
Render "Blocked" Elements and Redirect to Chaincode page
Overview:
When the model.profileStatus is set to "BLOCKED," the page should render specific elements to inform the user about the blocked status and provide a button for redirecting to Chaincode page Step-10.
User Stories:
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: