mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 22:46:49 +00:00
test(cypress): WIP- support for xcdb test suite
Signed-off-by: Raju Udava <sivadstala@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@ export const genTest = (type, xcdb) => {
|
||||
// Run once before test- create project (rest/graphql)
|
||||
//
|
||||
before(() => {
|
||||
loginPage.loginAndOpenProject(type);
|
||||
loginPage.loginAndOpenProject(type, xcdb);
|
||||
|
||||
// open a table to work on views
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user