mito
mito copied to clipboard
Frontend graph tests we want to add
Test 1: Deleting column in non-source sheet should not effect graph
- Import a dataset
- Create a graph with columns A and B
- Duplicate the source dataframe
- Delete column A from the duplicated dataframe
- Reopen the graph and get an error because A does not exist. This shouldn't happen because A still exists in the source dataframe!