mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-5882] infoDrawer comments tests migrated to Playwright (#3615)
* [ACS-5882] infoDrawer comments tests migrated to Playwright * [ACS-5882] Update string names * [ACS-5882] fixed issues from pull request comments * [ACS-5882] 2nd part of fixed issues from pull request comments * [ACS-5882] added Promise void functions without return * [ACS-5882] Small naming fixes * [ACS-5882] excluding 2 tests - BE issue * [ACS-5882] Fixed one test
This commit is contained in:
@@ -67,8 +67,12 @@ test.describe('Single click on item name', () => {
|
||||
|
||||
test('[C280034] Navigate inside the folder when clicking the hyperlink on Personal Files', async ({ personalFiles }) => {
|
||||
await personalFiles.navigate();
|
||||
await personalFiles.dataTable.setPaginationTo50();
|
||||
await personalFiles.dataTable.getCellLinkByName(folder1).click();
|
||||
await personalFiles.dataTable.spinnerWaitForReload();
|
||||
while ((await personalFiles.breadcrumb.currentItem.innerText()) === 'Personal Files') {
|
||||
await personalFiles.breadcrumb.currentItem.innerText();
|
||||
}
|
||||
expect(await personalFiles.breadcrumb.currentItem.innerText()).toBe(folder1);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user