Skip to content

Commit

Permalink
wait
Browse files Browse the repository at this point in the history
Signed-off-by: Kawika Avilla <[email protected]>
  • Loading branch information
kavilla committed May 31, 2023
1 parent 8cd5f81 commit 44c81a9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ describe('Table visualization options', () => {
2
);
cy.waitForLoader();
cy.wait(500);
cy.tbGetTableDataFromVisualization().then((data) => {
expect(data).to.deep.eq(expectedData);
});
Expand Down

0 comments on commit 44c81a9

Please sign in to comment.