diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2021-11-16 18:33:36 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2021-11-16 21:19:16 +0100 |
commit | e36fddde8ab87fae6f3428d58a8e890c2b2c798c (patch) | |
tree | 7c419e8d6cb0c458c7158a82ce64c2cc833fac95 | |
parent | 263961306ede0656ebb7904034a2172615ce81d0 (diff) |
uitest: sw: ExportToEPUB is already tested
Change-Id: I3c125a9193f7d38d30c0c0ab76296c80c46e4245
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125323
Tested-by: Xisco Fauli <xiscofauli@libreoffice.org>
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
-rw-r--r-- | sw/qa/uitest/writer_dialogs/openDialogs.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/qa/uitest/writer_dialogs/openDialogs.py b/sw/qa/uitest/writer_dialogs/openDialogs.py index 3579956f1256..3572cfda85b6 100644 --- a/sw/qa/uitest/writer_dialogs/openDialogs.py +++ b/sw/qa/uitest/writer_dialogs/openDialogs.py @@ -15,8 +15,8 @@ dialogs = [ {"command": ".uno:SaveAsTemplate", "closeButton": "cancel"}, #{"command": ".uno:ExportToPDF", "closeButton": "cancel", "skipTestOK": True}, # tested in sw/qa/uitest/writer_tests4/exportToPDF.py - {"command": ".uno:ExportToEPUB", "closeButton": "cancel", "skipTestOK": True}, - # export needs filesystem + #{"command": ".uno:ExportToEPUB", "closeButton": "cancel", "skipTestOK": True}, + # tested in writerperfect/qa/uitest/epubexport/epubexport.py {"command": ".uno:Print", "closeButton": "cancel", "skipTestOK": True}, # no printer in CI # tested in sw/qa/uitest/writer_tests5/tdf123378.py |