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 { DashboardPage } from '../pages/Dashboard'; |
||||
import setup from '../setup'; |
||||
import { DashboardPage } from '../../pages/Dashboard'; |
||||
import setup from '../../setup'; |
||||
import { Api, UITypes } from 'nocodb-sdk'; |
||||
let api: Api<any>, records: any[]; |
||||
|
Loading…
Reference in new issue