summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/desktop/impress/annotation_spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'cypress_test/integration_tests/desktop/impress/annotation_spec.js')
-rw-r--r--cypress_test/integration_tests/desktop/impress/annotation_spec.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/cypress_test/integration_tests/desktop/impress/annotation_spec.js b/cypress_test/integration_tests/desktop/impress/annotation_spec.js
index 54e680358b..ab3ca14d2d 100644
--- a/cypress_test/integration_tests/desktop/impress/annotation_spec.js
+++ b/cypress_test/integration_tests/desktop/impress/annotation_spec.js
@@ -177,6 +177,13 @@ describe('Comment Scrolling',function() {
beforeEach(function() {
helper.beforeAll(testFileName, 'impress');
+
+ if (Cypress.env('USER_INTERFACE') === 'notebookbar') {
+ cy.get('#ModifyPage').click();
+ } else {
+ desktopHelper.hideSidebar();
+ }
+ desktopHelper.selectZoomLevel('50');
});
afterEach(function() {