test(cypress): WIP- support for xcdb test suite

Signed-off-by: Raju Udava <sivadstala@gmail.com>
This commit is contained in:
Raju Udava
2021-12-30 10:50:57 +05:30
parent c86c6db8cd
commit 5796a80b5c
24 changed files with 259 additions and 91 deletions

View File

@@ -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
//