Skip to content

Commit

Permalink
chore: add wait to test
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsSmets committed Jan 16, 2024
1 parent 27014d8 commit a9d9e91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/e2e/debug_labels.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ describe("Test labels", function () {
cy.visit("");
cy.get("[data-cy-select-all-reports]").click();
cy.get('button[id="OpenSelectedReportsButton"]').click();
cy.wait(300);
cy.get("#debug-tree .jqx-tree-dropdown-root > li").should("have.length", 1);
testTreeView("Message is null", "Null String");
});
Expand Down

0 comments on commit a9d9e91

Please sign in to comment.