Revert "cypress: skip file properties for now"
Now it is merged on core side.
This reverts commit 4e3b34d6dd
.
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: Ie8f7e8f3e8d269af186e0a3d82aed73f63577789
This commit is contained in:
parent
8b10055a48
commit
9664627cab
2 changed files with 3 additions and 3 deletions
|
@ -74,10 +74,10 @@ L.Control.Menubar = L.Control.extend({
|
|||
{name: _('Rich Text (.rtf)'), id: 'downloadas-rtf', type: 'action'},
|
||||
{name: _('EPUB (.epub)'), id: 'downloadas-epub', type: 'action'}]},
|
||||
{name: _('Sign document'), id: 'signdocument', type: 'action'},
|
||||
{name: _UNO('.uno:SetDocumentProperties', 'text'), uno: '.uno:SetDocumentProperties', id: 'properties'},
|
||||
{type: 'separator'},
|
||||
{name: L.Control.MenubarShortcuts.addShortcut(_UNO('.uno:Print', 'text'), L.Control.MenubarShortcuts.shortcuts.PRINT), id: 'print', type: 'action'},
|
||||
{name: _('Close document'), id: 'closedocument', type: 'action'},
|
||||
{ uno: '.uno:SetDocumentProperties', id: 'properties' }
|
||||
{name: _('Close document'), id: 'closedocument', type: 'action'}
|
||||
]},
|
||||
{name: _UNO('.uno:EditMenu', 'text'), id: 'editmenu', type: 'menu', menu: [
|
||||
{name: L.Control.MenubarShortcuts.addShortcut(_UNO('.uno:Undo', 'text'), L.Control.MenubarShortcuts.shortcuts.UNDO), uno: '.uno:Undo'},
|
||||
|
|
|
@ -15,7 +15,7 @@ describe('File Property Tests', function() {
|
|||
helper.afterAll(testFileName, this.currentTest.state);
|
||||
});
|
||||
|
||||
it.skip('Add File Description.', function() {
|
||||
it('Add File Description.', function() {
|
||||
writerHelper.openFileProperties();
|
||||
|
||||
cy.get('#description-tab-label').click();
|
||||
|
|
Loading…
Reference in a new issue