diff --git a/tests/playwright/pages/Dashboard/common/Cell/AttachmentCell.ts b/tests/playwright/pages/Dashboard/common/Cell/AttachmentCell.ts index 0ad8e737aa..9609ec193e 100644 --- a/tests/playwright/pages/Dashboard/common/Cell/AttachmentCell.ts +++ b/tests/playwright/pages/Dashboard/common/Cell/AttachmentCell.ts @@ -25,7 +25,6 @@ export class AttachmentCellPageObject extends BasePage { const attachFileAction = this.get({ index, columnHeader }) .locator('[data-testid="attachment-cell-file-picker-button"]') .click(); - await this.get({ index, columnHeader }).scrollIntoViewIfNeeded(); return await this.attachFile({ filePickUIAction: attachFileAction, filePath }); }