mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 07:16:27 +00:00
fix(test): pw test fail issue
This commit is contained in:
@@ -144,6 +144,11 @@ export class CellPageObject extends BasePage {
|
||||
await this.rootPage.locator(`td[data-testid="cell-${columnHeader}-${index}"]`).waitFor({ state: 'visible' });
|
||||
}
|
||||
|
||||
await this.get({
|
||||
index,
|
||||
columnHeader,
|
||||
}).waitFor({ state: 'visible' });
|
||||
|
||||
await this.get({
|
||||
index,
|
||||
columnHeader,
|
||||
|
||||
@@ -31,6 +31,8 @@ async function dragDrop({
|
||||
|
||||
// drag and drop
|
||||
await src.dragTo(dst);
|
||||
|
||||
await params.dashboard.rootPage.waitForTimeout(250);
|
||||
}
|
||||
async function beforeEachInit({ page, tableType }: { page: any; tableType: string }) {
|
||||
const context = await setup({ page, isEmptyProject: true });
|
||||
|
||||
Reference in New Issue
Block a user