--- values and form, against D7 ---------------------------------------
tracking_interval  = D7 5 (wistia_tracking_interval)       PASS  5
query_interval     = D7 86400 (wistia_query_interval)      PASS  86400
tail_length        = D7 2 (wistia_tail_length)             PASS  2
the three fields appear in D7's order                      PASS  tracking_interval,query_interval,tail_length
  tracking_interval  label is D7's "Tracking interval in seconds" PASS
  tracking_interval  default is the stored value           PASS
  query_interval     label is D7's "Query interval in seconds" PASS
  query_interval     default is the stored value           PASS
  tail_length        label is D7's "Tracking tail length"  PASS
  tail_length        default is the stored value           PASS
button reads "Save configuration", as D7's system_settings_form() PASS
D7's dead "Create the store procedure" button is NOT reproduced PASS

--- round trip ---------------------------------------------------------
saving stores the new values                               PASS  [7,1234,3]
values are stored as INTEGERS, as the config schema requires PASS
the reloaded form shows the new values                     PASS
original values restored                                   PASS  {"tracking_interval":5,"query_interval":86400,"tail_length":2}

--- access -------------------------------------------------------------
no D7 role holds `administer wistia integration`           PASS
no D10 role holds it either                                PASS
uid 1 can reach the page, as in D7                         PASS
anonymous cannot                                           PASS
a plain authenticated user (uid 6) cannot                  PASS
CE Admin (uid 8) cannot either - D7 grants it to no role   PASS

--- the settings are consumed ------------------------------------------
WistiaEmbed reads tracking_interval and query_interval     PASS
WistiaTrackingController reads tail_length                 PASS

  playback rows: {wistia_media} D10 32739 / D7 32741, {wistia_media_track} D10 62141 / D7 62143

All checks passed.
 [notice] Message: The configuration options have been saved.

