cypress_test/plugins/blacklists.js | 9 --------- 1 file changed, 9 deletions(-)
New commits: commit 97b82b5decb28dc26f989d18bf8dcd19f79e2cef Author: Tamás Zolnai <[email protected]> AuthorDate: Mon Jul 6 09:22:09 2020 +0200 Commit: Tamás Zolnai <[email protected]> CommitDate: Mon Jul 6 10:16:17 2020 +0200 cypress: enable page setup tests. Change-Id: I8eeb91c76e42cd868c491534e57cb08d2ea7675d Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98190 Tested-by: Jenkins Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Tamás Zolnai <[email protected]> diff --git a/cypress_test/plugins/blacklists.js b/cypress_test/plugins/blacklists.js index 49fb7a3fd..cc70e2cee 100644 --- a/cypress_test/plugins/blacklists.js +++ b/cypress_test/plugins/blacklists.js @@ -47,15 +47,6 @@ var testBlackLists = { ['mobile/writer/table_properties_spec.js', [] ], - ['mobile/writer/hamburger_menu_spec.js', - [ - 'Page setup: change paper size.', - 'Page setup: change paper width.', - 'Page setup: change paper height.', - 'Page setup: change orientation.', - 'Page setup: change margin.' - ] - ], ], 'cp-6-2': [ _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
