summaryrefslogtreecommitdiffstats
path: root/cypress_test
diff options
context:
space:
mode:
authorRash419 <rashesh.padia@collabora.com>2022-01-11 13:05:20 +0530
committerpedropintosilva <65948705+pedropintosilva@users.noreply.github.com>2022-01-11 10:13:36 +0100
commitc926b81f699af8f4ea4547ed5c896f2f8a8b55b9 (patch)
treeaf1443718621ba1092c6afa451fa1ae9082ea0c9 /cypress_test
parentNotebookbar: Fix Tabs' overlapping into other elements (diff)
downloadonline-c926b81f699af8f4ea4547ed5c896f2f8a8b55b9.tar.gz
online-c926b81f699af8f4ea4547ed5c896f2f8a8b55b9.zip
cypress: enable 'Apply font name' test for NB
Signed-off-by: Rash419 <rashesh.padia@collabora.com> Change-Id: I7b28eca0663a4187777320cc483d89966b62a5e3
Diffstat (limited to 'cypress_test')
-rw-r--r--cypress_test/integration_tests/desktop/writer/top_toolbar_spec.js7
1 files changed, 0 insertions, 7 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 2b86a486ab..7f0fc19567 100644
--- a/cypress_test/integration_tests/desktop/writer/top_toolbar_spec.js
+++ b/cypress_test/integration_tests/desktop/writer/top_toolbar_spec.js
@@ -62,13 +62,6 @@ describe('Top toolbar tests.', function() {
it('Apply font name.', function() {
- //for notebookbar the tab button overlap on change font button so cypress fails
- //below condition skips the test for notebookbar
- //remove below condition after https://github.com/CollaboraOnline/online/issues/3935
- //get solved
- if (mode === 'notebookbar') {
- return;
- }
desktopHelper.actionOnSelector('fontName', (selector) => { cy.get(selector).click(); });
desktopHelper.selectFromListbox('Alef');