mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
unit tests for manual regression cases (#1841)
* unit test for pagination in shared * extra tests for sticky headers * move e2e to unit test
This commit is contained in:
@@ -40,12 +40,6 @@ describe('Empty list views', () => {
|
||||
done();
|
||||
});
|
||||
|
||||
it('[C280131] empty Personal Files', async () => {
|
||||
await page.clickPersonalFiles();
|
||||
expect(await dataTable.isEmpty()).toBe(true, 'list is not empty');
|
||||
expect(await dataTable.getEmptyDragAndDropText()).toContain('Drag and drop');
|
||||
});
|
||||
|
||||
it('[C217099] empty My Libraries', async () => {
|
||||
await page.goToMyLibraries();
|
||||
expect(await dataTable.isEmpty()).toBe(true, 'list is not empty');
|
||||
|
Reference in New Issue
Block a user