jam411 3 лет назад
Родитель
Сommit
f46ec37557

+ 1 - 0
packages/app/test/cypress/integration/20-basic-features/click-page-icons.spec.ts

@@ -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');
 
     cy.get('#grw-subnav-container').within(() => {

+ 1 - 1
packages/app/test/cypress/integration/60-home/home.spec.ts

@@ -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');