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
This is for routes under landing page (i.e. Dashboard, Actions and Admin). Functionality that can be tested (there might be more than mentioned here, but I think I have found most of it):
Landing Page
No data-component with "Could not load project" is displayed if the lookup of project by the id given in the route fails:
Dashboard
No Data-component with standard text "Unfortunately, we could not find any data for this component" under the corresponding chip on the landing page if one of the four getEvaluations-call fail:
Spinner if the call for evaluations under a chip is slow (i.e. if the call for projectEvaluations is slow when the Project Chip is open):
Create Evaluation Sidebar
Spinner in the Create Evaluation side view if the necessary data (project categories and evaluations) are not yet fetched:
No data-component in the Create Evaluations if the fetch of project categories or evaluations fail:
Spinner inside the Save-button in the Create Evaluations-view while creating a new Evaluation:
Error banner if creating evaluation fails:
Save-button is disabled if the Title or the project category fields are not filled out (because they are mandatory)
If the title or project category field are filled out and then deleted (the latter is not really possible to delete) there will be a notice that they are mandatory, and the Save-button will be disabled again:
If there has been a ErrorBanner or a notice that the fields are mandatory, and the sidebar is closed and then reopened, the notices will not be there. There will also not be any text in the input fields (the whole view is reset).
Actions tab on landing page
Spinner while actions and projects are being fetched:
No data-view if the fetching of actions fail:
Admin tab on landing page
Delete Project category
Spinner inside the confirmation dialog when deleting project category:
Create project category Sidebar
Spinner inside Save-button while creating project category:
Error Bar if creating project category fails:
Save-button is disabled if there is no title for project category:
Error notice on text field if a title is written and then removed:
Question Templates
Spinner while creating question
Error bar if creating question fails
Spinner while editing question
Error bar if editing question fails
Save disabled on create / edit question if mandatory field (question )is missing
Error message on mandatory field if something is written and then removed
Delete question
Spinner while deleting
Error bar on fail
Add / remove question to/from project category
Spinner while adding / removing
Error bar on fail
Reorder questions
Spinner while loading
Error bar on fail
The text was updated successfully, but these errors were encountered:
This is for routes under landing page (i.e. Dashboard, Actions and Admin). Functionality that can be tested (there might be more than mentioned here, but I think I have found most of it):
Landing Page
Dashboard
Create Evaluation Sidebar
Actions tab on landing page
Admin tab on landing page
Delete Project category
Create project category Sidebar
Question Templates
Delete question
Add / remove question to/from project category
Reorder questions
The text was updated successfully, but these errors were encountered: