Skip to content

Commit

Permalink
Remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
kritagya09 committed Dec 28, 2023
1 parent 1b64118 commit 1cc0f61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { Site } from '@alfresco/js-api';
import { ApiClientFactory, FileActionsApi, NodesApi, SharedLinksApi, SitesApi, Utils, test, timeouts } from '@alfresco/playwright-shared';
import { expect } from '@playwright/test';

test.describe.only('Unshare a file from Search Results', () => {
test.describe('Unshare a file from Search Results', () => {
const random = Utils.random();

const username = `user-${random}`;
Expand Down

0 comments on commit 1cc0f61

Please sign in to comment.