mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 03:36:52 +00:00
fix(pw): base overview page related test update
This commit is contained in:
@@ -18,6 +18,8 @@ export class LeftSidebarPage extends BasePage {
|
||||
|
||||
readonly miniSidebar: Locator;
|
||||
|
||||
readonly action_base: Locator;
|
||||
|
||||
constructor(dashboard: DashboardPage) {
|
||||
super(dashboard.rootPage);
|
||||
this.dashboard = dashboard;
|
||||
@@ -30,6 +32,8 @@ export class LeftSidebarPage extends BasePage {
|
||||
this.modal_workspace = this.rootPage.locator('.nc-dropdown-workspace-menu');
|
||||
|
||||
this.miniSidebar = this.dashboard.get().getByTestId('nc-mini-sidebar');
|
||||
|
||||
this.action_base = this.get().locator('.nc-treeview-container.nc-treeview-container-active-base');
|
||||
}
|
||||
|
||||
get() {
|
||||
|
||||
Reference in New Issue
Block a user