Răsfoiți Sursa

update template locale selection

ryoji-s 2 ani în urmă
părinte
comite
91c38569a1

+ 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();
     });