Test Cases - Esri/offline-editor-js GitHub Wiki

Applying Edits

  • Application online. Edits committed immediately
  • Application offline. Edits are written to storage.
  • Application returns online after edits are written to storage. As soon as an online condition is detected then edits are pushed to FeatureService.
  • All edits are tracked in the Index.

Online Tests

  • Add Line
  • Delete Line
  • Add Point
  • Delete Point
  • Add Polygon
  • Delete Polygon

Offline Tests

  • Add Line
  • Delete Line
  • Add Point
  • Delete Point
  • Add Polygon
  • Delete Polygon