@nocobase/test 1.2.14-alpha → 1.3.0-alpha.20240710141659

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -280,6 +280,12 @@ export declare class NocoPage {
280
280
  goto(): Promise<void>;
281
281
  getUrl(): Promise<string>;
282
282
  getUid(): Promise<string>;
283
+ /**
284
+ * If you are using mockRecords, then you need to use this method.
285
+ * Wait until the mockRecords create the records successfully before navigating to the page.
286
+ * @param this
287
+ * @returns
288
+ */
283
289
  waitForInit(this: NocoPage): Promise<NocoPage>;
284
290
  destroy(): Promise<void>;
285
291
  }
package/es/e2e/index.d.ts CHANGED
@@ -9,3 +9,4 @@
9
9
  export * from './e2eUtils';
10
10
  export * from './templatesOfCollection';
11
11
  export * from './templatesOfPage';
12
+ export * from './templates';