mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 14:17:17 +00:00
refactor: rename project and base
- Rename `Project` => `Base` - Rename `Base` => `Source` - Remove `db` from data/meta api endpoints - Add backward compatibility for old apis - Migrations for renaming table and columns Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -6,7 +6,7 @@ import { isEE } from '../../../../setup/db';
|
||||
import { NcContext } from '../../../../setup';
|
||||
|
||||
export class LeftSidebarPage extends BasePage {
|
||||
readonly project: any;
|
||||
readonly base: any;
|
||||
readonly dashboard: DashboardPage;
|
||||
|
||||
readonly btn_workspace: Locator;
|
||||
@@ -21,7 +21,7 @@ export class LeftSidebarPage extends BasePage {
|
||||
this.dashboard = dashboard;
|
||||
|
||||
this.btn_workspace = this.get().locator('.nc-workspace-menu');
|
||||
this.btn_newProject = this.get().locator('[data-testid="nc-sidebar-create-project-btn"]');
|
||||
this.btn_newProject = this.get().locator('[data-testid="nc-sidebar-create-base-btn"]');
|
||||
this.btn_cmdK = this.get().locator('[data-testid="nc-sidebar-search-btn"]');
|
||||
this.btn_teamAndSettings = this.get().locator('[data-testid="nc-sidebar-team-settings-btn"]');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user