Browse Source

Remove unwanted diffs

Shun Miyazawa 2 years ago
parent
commit
772da3a56c

+ 0 - 8
apps/app/test/cypress/e2e/20-basic-features/20-basic-features--comments.cy.ts

@@ -43,10 +43,6 @@ context('Comment', () => {
       return cy.get('.comment-write').then($elem => $elem.is(':visible'));
       return cy.get('.comment-write').then($elem => $elem.is(':visible'));
     });
     });
 
 
-    // // Open comment editor
-    // cy.getByTestid('open-comment-editor-button').click();
-    // cy.get('.comment-write').then($elem => $elem.is(':visible'));
-
     cy.get('.cm-content').type(commetText);
     cy.get('.cm-content').type(commetText);
     cy.getByTestid("comment-submit-button").eq(0).click();
     cy.getByTestid("comment-submit-button").eq(0).click();
 
 
@@ -61,10 +57,6 @@ context('Comment', () => {
 
 
     cy.getByTestid('page-comment-button').click();
     cy.getByTestid('page-comment-button').click();
 
 
-    // // Open reply comment editor
-    // cy.getByTestid('comment-reply-button').eq(0).click();
-    // cy.get('.comment-write').then($elem => $elem.is(':visible'));
-
     // Open reply comment editor
     // Open reply comment editor
     cy.waitUntil(() => {
     cy.waitUntil(() => {
       // do
       // do