summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/desktop/writer
diff options
context:
space:
mode:
authorGökay Şatır <gokaysatir@collabora.com>2023-04-23 12:12:44 +0300
committerGökay ŞATIR <gokaysatir@gmail.com>2023-04-24 11:34:04 +0300
commit54d425c980a20d4b60b88b1d019b891fd7d9b7ba (patch)
treeda2bc9ee8a097c77c3b37cb545a1268c10cd6bca /cypress_test/integration_tests/desktop/writer
parentUpdate comments related Cypress tests. (diff)
downloadonline-54d425c980a20d4b60b88b1d019b891fd7d9b7ba.tar.gz
online-54d425c980a20d4b60b88b1d019b891fd7d9b7ba.zip
Improve Cypress tests and fix one comment related case for Impress.
Signed-off-by: Gökay Şatır <gokaysatir@collabora.com> Change-Id: Ib243a70b8a0cf5f3abfd8f713525520f7b152c57
Diffstat (limited to 'cypress_test/integration_tests/desktop/writer')
-rw-r--r--cypress_test/integration_tests/desktop/writer/top_toolbar_spec.js2
1 files changed, 1 insertions, 1 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 d00cca4f5e..d6a661d37d 100644
--- a/cypress_test/integration_tests/desktop/writer/top_toolbar_spec.js
+++ b/cypress_test/integration_tests/desktop/writer/top_toolbar_spec.js
@@ -282,7 +282,7 @@ describe('Top toolbar tests.', function() {
.should('not.contain', 'margin-left: 0.49in');
});
- it.only('Insert comment.', function() {
+ it('Insert comment.', function() {
desktopHelper.insertMultipleComment('writer', 1, false);
cy.get('.cool-annotation-content-wrapper').should('exist');