summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/desktop/writer
diff options
context:
space:
mode:
authorGökay Şatır <gokaysatir@collabora.com>2023-04-23 09:30:46 +0300
committerGökay ŞATIR <gokaysatir@gmail.com>2023-04-24 11:34:04 +0300
commitfdbe377797afc3122f0716de500c6d9b20b2d32d (patch)
treec176005ee006302096fa30e7ab2453c1bc9153f6 /cypress_test/integration_tests/desktop/writer
parentDon't auto show the comment on Calc. (diff)
downloadonline-fdbe377797afc3122f0716de500c6d9b20b2d32d.tar.gz
online-fdbe377797afc3122f0716de500c6d9b20b2d32d.zip
Update comments related Cypress tests.
Signed-off-by: Gökay Şatır <gokaysatir@collabora.com> Change-Id: I0318c8104b6ef5e3ba649dce31a2894335b5ab6e
Diffstat (limited to 'cypress_test/integration_tests/desktop/writer')
-rw-r--r--cypress_test/integration_tests/desktop/writer/top_toolbar_spec.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/cypress_test/integration_tests/desktop/writer/top_toolbar_spec.js b/cypress_test/integration_tests/desktop/writer/top_toolbar_spec.js
index d387154a7f..d00cca4f5e 100644
--- a/cypress_test/integration_tests/desktop/writer/top_toolbar_spec.js
+++ b/cypress_test/integration_tests/desktop/writer/top_toolbar_spec.js
@@ -282,8 +282,8 @@ describe('Top toolbar tests.', function() {
.should('not.contain', 'margin-left: 0.49in');
});
- it('Insert comment.', function() {
- desktopHelper.insertMultipleComment('writer', 1, true);
+ it.only('Insert comment.', function() {
+ desktopHelper.insertMultipleComment('writer', 1, false);
cy.get('.cool-annotation-content-wrapper').should('exist');