mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[e2e] new reporter (#906)
* try new reporter * run specific suite for testing purposes * change folder output for report * more report settings * remove fdescribe * remove package and update package-lock * remove disabled tests not needed by the new reporter * try to identify cause of travis failure * run only specific tests for investigation purpose * remove sleep and increase retry delay * try a different fix * revert to previous fix * try different expects * call different js-api method * remove parameter not needed anymore
This commit is contained in:
committed by
Suzana Dirla
parent
7701dbce93
commit
42b5f4b749
@@ -98,8 +98,6 @@ describe('Context menu actions - multiple selection : ', () => {
|
||||
done();
|
||||
});
|
||||
|
||||
xit('');
|
||||
|
||||
describe('Generic tests', () => {
|
||||
beforeEach(async (done) => {
|
||||
await Utils.pressEscape();
|
||||
|
||||
@@ -102,8 +102,6 @@ describe('Context menu actions - single selection : ', () => {
|
||||
done();
|
||||
});
|
||||
|
||||
xit('');
|
||||
|
||||
describe('Generic tests', () => {
|
||||
beforeEach(async (done) => {
|
||||
await Utils.pressEscape();
|
||||
|
||||
@@ -555,6 +555,4 @@ describe('Copy', () => {
|
||||
});
|
||||
});
|
||||
|
||||
xit('');
|
||||
|
||||
});
|
||||
|
||||
@@ -263,5 +263,4 @@ describe('Create folder', () => {
|
||||
});
|
||||
});
|
||||
|
||||
xit('');
|
||||
});
|
||||
|
||||
@@ -49,8 +49,6 @@ describe('Delete and undo delete', () => {
|
||||
done();
|
||||
});
|
||||
|
||||
xit('');
|
||||
|
||||
describe('on Personal Files', () => {
|
||||
const file1 = `file1-${Utils.random()}.txt`;
|
||||
const file2 = `file2-${Utils.random()}.txt`;
|
||||
|
||||
@@ -89,8 +89,6 @@ describe('Mark items as favorites', () => {
|
||||
done();
|
||||
});
|
||||
|
||||
xit('');
|
||||
|
||||
describe('on Personal Files', () => {
|
||||
afterAll(async (done) => {
|
||||
await apis.user.favorites.addFavoritesByIds('file', [ fileFavUIId, fileFav1Id, fileFav2Id, fileFav3Id, fileFav4Id ]);
|
||||
|
||||
@@ -52,8 +52,6 @@ describe('Restore from Trash', () => {
|
||||
done();
|
||||
});
|
||||
|
||||
xit('');
|
||||
|
||||
describe('successful restore', () => {
|
||||
const file = `file-${Utils.random()}.txt`; let fileId;
|
||||
const folder = `folder-${Utils.random()}`; let folderId;
|
||||
|
||||
@@ -1011,6 +1011,4 @@ describe('Share a file', () => {
|
||||
});
|
||||
});
|
||||
|
||||
xit('');
|
||||
|
||||
});
|
||||
|
||||
@@ -103,8 +103,6 @@ describe('Granular permissions available actions : ', () => {
|
||||
done();
|
||||
});
|
||||
|
||||
xit('');
|
||||
|
||||
describe('toolbar displays correct actions when selecting multiple files with different granular permissions', () => {
|
||||
beforeEach(async (done) => {
|
||||
await Utils.pressEscape();
|
||||
|
||||
@@ -111,8 +111,6 @@ describe('Toolbar actions - multiple selection : ', () => {
|
||||
done();
|
||||
});
|
||||
|
||||
xit('');
|
||||
|
||||
describe('on Personal Files', () => {
|
||||
beforeEach(async (done) => {
|
||||
await Utils.pressEscape();
|
||||
|
||||
@@ -101,8 +101,6 @@ describe('Toolbar actions - single selection : ', () => {
|
||||
done();
|
||||
});
|
||||
|
||||
xit('');
|
||||
|
||||
describe('on Personal Files', () => {
|
||||
beforeEach(async (done) => {
|
||||
await Utils.pressEscape();
|
||||
|
||||
@@ -795,5 +795,4 @@ describe('Unshare a file', () => {
|
||||
});
|
||||
});
|
||||
|
||||
xit('');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user