mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 04:26:57 +00:00
test: preview (disabled, wip)
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
committed by
Muhammed Mustafa
parent
adc74498e4
commit
1c1429870c
@@ -13,10 +13,14 @@ export class ViewSidebarPage extends BasePage {
|
||||
constructor(dashboard: DashboardPage) {
|
||||
super(dashboard.rootPage);
|
||||
this.dashboard = dashboard;
|
||||
this.createGalleryButton = this.get().locator(".nc-create-gallery-view");
|
||||
this.createGridButton = this.get().locator(".nc-create-grid-view");
|
||||
this.createFormButton = this.get().locator(".nc-create-form-view");
|
||||
this.createKanbanButton = this.get().locator(".nc-create-kanban-view");
|
||||
this.createGalleryButton = this.get().locator(
|
||||
".nc-create-gallery-view:visible"
|
||||
);
|
||||
this.createGridButton = this.get().locator(".nc-create-grid-view:visible");
|
||||
this.createFormButton = this.get().locator(".nc-create-form-view:visible");
|
||||
this.createKanbanButton = this.get().locator(
|
||||
".nc-create-kanban-view:visible"
|
||||
);
|
||||
}
|
||||
|
||||
get() {
|
||||
|
||||
Reference in New Issue
Block a user