Praman — AI-First SAP UI5 Test Automation Platform - v1.0.1
    Preparing search index...

    Function waitForSave

    • Waits for UI5 to reach a stable (idle) state after a save or navigation.

      Parameters

      Returns Promise<IntentResult<void>>

      An IntentResult<void> describing the outcome.

      Wait for all pending UI5 rendering and data-binding to complete.

      Replaces brittle page.waitForTimeout() calls.

      import { waitForSave } from '#intents/core-wrappers.js';

      await waitForSave(ui5, { timeout: 15_000 });