In the case that a user uploads an excel file using the all in one template import where the text in the first cell A1 does not match Company_ID
[ ] The graph currently loaded in the application is not changed.
[ ] An error toaster is shown.
[ ] The error toaster contains a message beginning with Unexpected cell text. Text in cell (row: 1, column: 1, sheet: 'Stations') does not match 'Company_ID'.
Testing:
There is a Cypress test asserting the following:
[ ] When a file like this is uploaded, no new graph is loaded.
[ ] When a file like this is uploaded, a currently loaded graph is not lost.
[ ] When a file like this is uploaded, an error toaster containing a message as described above is shown.
Application Behavior:
In the case that a user uploads an excel file using the all in one template import where the text in the first cell
A1
does not matchCompany_ID
Unexpected cell text. Text in cell (row: 1, column: 1, sheet: 'Stations') does not match 'Company_ID'.
Testing:
There is a Cypress test asserting the following:
Unit Test ticket needed in the future.