@shopify/cli-kit
    Preparing search index...

    Function sendInputAndWaitForContent

    • Send input and wait for the last frame to contain specific text.

      Useful when you want to send some input and wait for a specific change to happen. If you need to wait for any change instead, you can use sendInputAndWaitForChange.

      Parameters

      • renderInstance: Instance
      • content: string
      • ...inputs: string[]

      Returns Promise<void>