summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/desktop/calc
diff options
context:
space:
mode:
authorGökay Şatır <gokaysatir@gmail.com>2023-05-12 15:31:37 +0300
committerGökay ŞATIR <gokaysatir@gmail.com>2023-05-13 07:50:01 +0300
commita883a23b65fc28aa05bab736b14767b8e90dd79d (patch)
tree3e3463a0998c377012d14105b02301602b1db771 /cypress_test/integration_tests/desktop/calc
parentjsdialog: fix spelling dialog layout (diff)
downloadonline-a883a23b65fc28aa05bab736b14767b8e90dd79d.tar.gz
online-a883a23b65fc28aa05bab736b14767b8e90dd79d.zip
Replace calc annotation tagnotebookbar with tagdesktop.
Signed-off-by: Gökay Şatır <gokaysatir@gmail.com> Change-Id: Icacf4d387e9c8df4d0e5defa2fec0cdcc8899aae
Diffstat (limited to 'cypress_test/integration_tests/desktop/calc')
-rw-r--r--cypress_test/integration_tests/desktop/calc/annotation_spec.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/cypress_test/integration_tests/desktop/calc/annotation_spec.js b/cypress_test/integration_tests/desktop/calc/annotation_spec.js
index 2fc367c984..5d1533e740 100644
--- a/cypress_test/integration_tests/desktop/calc/annotation_spec.js
+++ b/cypress_test/integration_tests/desktop/calc/annotation_spec.js
@@ -2,13 +2,15 @@
var helper = require('../../common/helper');
var { insertMultipleComment } = require('../../common/desktop_helper');
+var desktopHelper = require('../../common/desktop_helper');
-describe(['tagnotebookbar'], 'Annotation Tests', function() {
+describe(['tagdesktop'], 'Annotation Tests', function() {
var origTestFileName = 'annotation.ods';
var testFileName;
beforeEach(function() {
testFileName = helper.beforeAll(origTestFileName, 'calc');
+ desktopHelper.switchUIToNotebookbar();
});
afterEach(function() {