mirror of https://github.com/nocodb/nocodb
Raju Udava
2 years ago
1 changed files with 2 additions and 2 deletions
@ -1,6 +1,6 @@ |
|||||||
import { expect, test } from '@playwright/test'; |
import { expect, test } from '@playwright/test'; |
||||||
import { DashboardPage } from '../pages/Dashboard'; |
import { DashboardPage } from '../../pages/Dashboard'; |
||||||
import setup from '../setup'; |
import setup from '../../setup'; |
||||||
import { Api, UITypes } from 'nocodb-sdk'; |
import { Api, UITypes } from 'nocodb-sdk'; |
||||||
let api: Api<any>, records: any[]; |
let api: Api<any>, records: any[]; |
||||||
|
|
Loading…
Reference in new issue