Yohei-Shiina пре 3 година
родитељ
комит
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', () => {
   cy.get('.grw-skeleton').should('not.exist');