calm-barista-24237
11/08/2022, 3:02 AMcy.doEmailLogin(Cypress.env('userNameEmail'), Cypress.env('passwordEmail'));
cy.wait(10000);
cy.get("#secondaryButton").then((el) => { #Failing at this step
el.trigger('click')
});
cy.get('[data-action=openMenu]').click({ force: true });
cy.get('[data-section=signed-in-user]').should('be.exist');
Please find attached page DOM screenshots:-