@@ -80,6 +80,7 @@ context('Click page icons button', () => {
cy.get('#grw-subnav-container').within(() => {
cy.get('div.grw-seen-user-info > button#btn-seen-user').click({force: true});
});
+ // TODO:
// cy.get('div.user-list-popover').should('be.visible');
@@ -12,7 +12,7 @@ context('Access Home', () => {
it('Visit home', () => {
cy.visit('/dummy');
- cy.getByTestid('grw-personal-dropdown').get('button').click();
+ cy.getByTestid('grw-personal-dropdown').get('button:nth-child(1)').click();
cy.getByTestid('grw-personal-dropdown').find('.dropdown-menu > .btn-group > .btn-outline-secondary:eq(0)').click();
cy.get('.grw-users-info').should('be.visible');