mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 19:56:55 +00:00
test: use different class name for cell & expand modal picker
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -31,7 +31,7 @@ export class AttachmentCellPageObject extends BasePage {
|
||||
async expandModalAddFile({ filePath }: { filePath: string[] }) {
|
||||
const attachFileAction = this.rootPage
|
||||
.locator('.ant-modal.nc-attachment-modal.active')
|
||||
.locator('[data-testid="attachment-cell-file-picker-button"]')
|
||||
.locator('[data-testid="attachment-expand-file-picker-button"]')
|
||||
.click();
|
||||
return await this.attachFile({ filePickUIAction: attachFileAction, filePath });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user