Преглед на файлове

update template locale selection

ryoji-s преди 2 години
родител
ревизия
91c38569a1
променени са 1 файла, в които са добавени 0 реда и са изтрити 4 реда
  1. 0 4
      apps/app/test/cypress/e2e/23-editor/23-editor--template-modal.cy.ts

+ 0 - 4
apps/app/test/cypress/e2e/23-editor/23-editor--template-modal.cy.ts

@@ -78,10 +78,6 @@ context('TemplateModal', () => {
       cy.get('.modal-body > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > .dropdown > div > button:nth-child(2)').click();
       cy.screenshot(`${ssPrefix}select-template-locale`);
 
-      cy.get('.modal-body > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > .dropdown > button').click();
-      cy.get('.modal-body > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > .dropdown > div > button:nth-child(1)').click();
-      cy.screenshot(`${ssPrefix}select-template-locale-back-to-default`);
-
       // click insert button
       cy.get('.modal-footer > button:nth-child(2)').click();
     });