Enable remaining tests (#1510)

This commit is contained in:
Cristina Jalba 2020-07-09 19:44:23 +03:00 committed by GitHub
parent d74f2adf1f
commit c74eb55653
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ describe('New menu', () => {
expect(await menu.isCreateFolderFromTemplateEnabled()).toBe(true, 'Create folder from template is not enabled');
});
xit('[C280397] Actions in File Libraries - user without enough permissions', async () => {
it('[C280397] Actions in File Libraries - user without enough permissions', async () => {
await page.goToMyLibrariesAndWait();
await dataTable.doubleClickOnRowByName(siteAdmin);
await sidenav.openNewMenu();
@ -113,7 +113,7 @@ describe('New menu', () => {
expect(await menu.isCreateFolderFromTemplateEnabled()).toBe(false, 'Create folder from template is not disabled');
});
xit('[C216342] Enabled actions tooltips', async () => {
it('[C216342] Enabled actions tooltips', async () => {
await page.clickPersonalFiles();
await sidenav.openNewMenu();