Yohei-Shiina 3 лет назад
Родитель
Сommit
4271046d8c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/app/test/cypress/support/commands.ts

+ 1 - 1
packages/app/test/cypress/support/commands.ts

@@ -42,7 +42,7 @@ Cypress.Commands.add('login', (username, password) => {
 });
 });
 
 
 /**
 /**
- * use only fot eh page that has skeleton
+ * use only for the pages which use component with skeleton
  */
  */
 Cypress.Commands.add('waitSkeletonDisappear', () => {
 Cypress.Commands.add('waitSkeletonDisappear', () => {
   cy.get('.grw-skeleton').should('not.exist');
   cy.get('.grw-skeleton').should('not.exist');