From a9d9e916d6849e5f043077d838669ba7719b9db4 Mon Sep 17 00:00:00 2001 From: MatthijsSmets Date: Tue, 16 Jan 2024 11:16:43 +0100 Subject: [PATCH] chore: add wait to test --- cypress/e2e/debug_labels.cy.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress/e2e/debug_labels.cy.js b/cypress/e2e/debug_labels.cy.js index e08e4ce8..614724cc 100644 --- a/cypress/e2e/debug_labels.cy.js +++ b/cypress/e2e/debug_labels.cy.js @@ -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"); });