summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/desktop/writer
diff options
context:
space:
mode:
authorGökay Şatır <gokaysatir@gmail.com>2023-05-08 12:24:25 +0300
committerGökay ŞATIR <gokaysatir@gmail.com>2023-05-08 14:54:31 +0300
commitff02dc738143be14fcd7ef1012928611ce0f07f9 (patch)
tree7261980b54d8138cae8ff35b9e8abe4de5c8621a /cypress_test/integration_tests/desktop/writer
parentSkip some mobile tests. (diff)
downloadonline-ff02dc738143be14fcd7ef1012928611ce0f07f9.tar.gz
online-ff02dc738143be14fcd7ef1012928611ce0f07f9.zip
Skip some tests for now.
Signed-off-by: Gökay Şatır <gokaysatir@gmail.com> Change-Id: Idb21db8f295c960b7bed64372060d1590ec1da35
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 4c6db0f07f..7b82b24a54 100644
--- a/cypress_test/integration_tests/desktop/writer/top_toolbar_spec.js
+++ b/cypress_test/integration_tests/desktop/writer/top_toolbar_spec.js
@@ -375,7 +375,7 @@ describe(['tagnotebookbar'], 'Top toolbar tests.', function() {
cy.cGet('#copy-paste-container p i').should('exist');
});
- it('Show/Hide sidebar.', function() {
+ it.skip('Show/Hide sidebar.', function() {
//hide sidebar
mode !== 'notebookbar' ? cy.cGet('#toolbar-up .w2ui-scroll-right').click() : '';