mito-ds/mito

Frontend graph tests we want to add

aarondr77 opened this issue · 0 comments

Test 1: Deleting column in non-source sheet should not effect graph

  1. Import a dataset
  2. Create a graph with columns A and B
  3. Duplicate the source dataframe
  4. Delete column A from the duplicated dataframe
  5. Reopen the graph and get an error because A does not exist. This shouldn't happen because A still exists in the source dataframe!