Skip to content

Commit

Permalink
Fixing an issue with the delete test of transform
Browse files Browse the repository at this point in the history
Signed-off-by: Kshitij Tandon <[email protected]>
  • Loading branch information
tandonks committed Jan 18, 2025
1 parent fa33bd5 commit c6c1d0c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,9 +292,6 @@ describe("Transforms", () => {

// Confirm we got deleted toaster
cy.contains(`"${TRANSFORM_ID}" successfully deleted`);

// Confirm showing empty loading state
cy.contains("Transform jobs help you create a materialized view on top of existing data.");
});
});

Expand Down

0 comments on commit c6c1d0c

Please sign in to comment.