mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
enable tests (#1093)
This commit is contained in:
committed by
Denys Vuika
parent
f74a1f5606
commit
ad1c8c58e6
@@ -56,7 +56,7 @@ describe('Pagination on multiple pages', () => {
|
||||
done();
|
||||
})
|
||||
|
||||
xdescribe('on My Libraries', () => {
|
||||
describe('on My Libraries', () => {
|
||||
beforeEach(async (done) => {
|
||||
await page.goToMyLibrariesAndWait();
|
||||
done();
|
||||
@@ -157,7 +157,7 @@ describe('Pagination on multiple pages', () => {
|
||||
});
|
||||
});
|
||||
|
||||
xdescribe('on Favorite Libraries', () => {
|
||||
describe('on Favorite Libraries', () => {
|
||||
beforeEach(async (done) => {
|
||||
await page.goToFavoriteLibrariesAndWait();
|
||||
done();
|
||||
|
Reference in New Issue
Block a user