Skip to content

Commit

Permalink
[ACS-6239] Remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
kritagya09 committed Nov 21, 2023
1 parent 664e5e7 commit 3f00061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/playwright/pagination/src/tests/personal-files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { test, timeouts } from '@alfresco/playwright-shared';
import { expect } from '@playwright/test';

export function personalFilesTests(userName: string, parentName: string) {
test.describe.only('Pagination controls : ', () => {
test.describe('Pagination controls : ', () => {
test.beforeEach(async ({ loginPage, personalFiles, page }) => {
await loginPage.navigate();
await loginPage.loginUser({ username: userName, password: userName });
Expand Down

0 comments on commit 3f00061

Please sign in to comment.