summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMert Tumer <mert.tumer@collabora.com>2022-04-14 17:30:40 +0300
committerAndras Timar <andras.timar@collabora.com>2022-04-19 11:01:56 +0200
commit38f7154bb02bcaf427e1af824dcacf08aac24197 (patch)
tree1dbba9622dbebf6dacb35d846974ac6fcf0464e3
parentwriter: scrollto selected annotation if it is not in the screen (diff)
downloadonline-38f7154bb02bcaf427e1af824dcacf08aac24197.tar.gz
online-38f7154bb02bcaf427e1af824dcacf08aac24197.zip
cypress: modify writer/annotation_spec test
now we dont need to click on the collapsed comment because now after insert comment they will be selected already. Signed-off-by: Mert Tumer <mert.tumer@collabora.com> Change-Id: Ica69e5a092f29896c1d872deb384d31b867dddc6
-rw-r--r--cypress_test/integration_tests/desktop/writer/annotation_spec.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/cypress_test/integration_tests/desktop/writer/annotation_spec.js b/cypress_test/integration_tests/desktop/writer/annotation_spec.js
index bfa749a18d..6d1cbff228 100644
--- a/cypress_test/integration_tests/desktop/writer/annotation_spec.js
+++ b/cypress_test/integration_tests/desktop/writer/annotation_spec.js
@@ -121,8 +121,6 @@ describe('Collapsed Annotation Tests', function() {
cy.get('#annotation-content-area-1').should('contain','some text0');
- cy.get('#comment-container-1 .cool-annotation-collapsed .avatar-img').click();
-
cy.get('#mobile-wizard-popup #comment-annotation-menu-1').click();
cy.contains('.context-menu-item','Modify').click();
@@ -143,8 +141,6 @@ describe('Collapsed Annotation Tests', function() {
cy.get('#annotation-content-area-1').should('contain','some text');
- cy.get('#comment-container-1 .cool-annotation-collapsed .avatar-img').click();
-
cy.get('#mobile-wizard-popup #comment-annotation-menu-1').click();
cy.contains('.context-menu-item','Reply').click();
@@ -164,8 +160,6 @@ describe('Collapsed Annotation Tests', function() {
cy.get('.cool-annotation-content > div')
.should('contain','some text');
- cy.get('#comment-container-1 .cool-annotation-collapsed .avatar-img').click();
-
cy.get('#mobile-wizard-popup .cool-annotation-menu').click();
cy.contains('.context-menu-item','Remove')