Skip to content

Commit

Permalink
[ACS-5882] excluding 2 tests - BE issue
Browse files Browse the repository at this point in the history
  • Loading branch information
datguychen committed Feb 2, 2024
1 parent 979353e commit d4f1adb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion e2e/playwright/info-drawer/exclude.tests.json
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
{}
{
"C299195" : "https://alfresco.atlassian.net/browse/ACS-6688",
"C299189" : "https://alfresco.atlassian.net/browse/ACS-6688"
}
1 change: 0 additions & 1 deletion e2e/playwright/info-drawer/src/tests/comments.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ test.describe('Info Drawer - Comments', () => {
await favoritesActions.addFavoritesByIds('file', [commentInfoFileId]);
await fileActionsApi.waitForNodes(commentInfoFileName, { expect: 1 });
await apiClientFactory.commentsApi.createComment(commentInfoFileId, { content: e2eCommentFirst });
await apiClientFactory.share.createSharedLink({ nodeId: commentInfoFileId });
await fileActionsApi.waitForNodes(commentInfoFileName, { expect: 1 });
await favoritePage.navigate();
await expect(favoritePage.dataTable.getRowByName(commentInfoFileName)).toBeVisible();
Expand Down

0 comments on commit d4f1adb

Please sign in to comment.