mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-28 18:06:34 +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) => {
|
||||
|
||||
describe(`${type.toUpperCase()} : API List - Test preparation`, () => {
|
||||
before(() => {
|
||||
loginPage.loginAndOpenProject(type, false);
|
||||
loginPage.loginAndOpenProject(type, xcdb);
|
||||
});
|
||||
|
||||
it("Open project & record swagger URL, AuthToken", () => {
|
||||
|
||||
Reference in New Issue
Block a user