From e3c6d05a0afb51dea02017759a9ff4d57949ba73 Mon Sep 17 00:00:00 2001 From: "SPRINX0\\prochazka" Date: Fri, 27 Jun 2025 12:31:38 +0200 Subject: [PATCH] SYNC: try to fix test --- e2e-tests/cypress/e2e/cloud.cy.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/e2e-tests/cypress/e2e/cloud.cy.js b/e2e-tests/cypress/e2e/cloud.cy.js index d5c25e50e..f0e9eeeb0 100644 --- a/e2e-tests/cypress/e2e/cloud.cy.js +++ b/e2e-tests/cypress/e2e/cloud.cy.js @@ -14,9 +14,11 @@ beforeEach(() => { describe('Cloud tests', () => { it('Private cloud', () => { + cy.testid('WidgetIconPanel_cloudAccount'); cy.window().then(win => { win.__loginToCloudTest('dbgate.test@gmail.com'); }); + cy.contains('dbgate.test@gmail.com'); // cy.testid('WidgetIconPanel_cloudAccount').click();