mito icon indicating copy to clipboard operation
mito copied to clipboard

Frontend graph tests we want to add

Open aarondr77 opened this issue 6 months ago • 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!

aarondr77 avatar Jan 19 '24 00:01 aarondr77