{
  "items": {
    "1ad033fd-27cd-4cfd-9610-28b12731f9c4": {
      "id": "1ad033fd-27cd-4cfd-9610-28b12731f9c4",
      "name": "Full Spotify renewal (signup → trikatuka → smurfmarkt)",
      "vars": {
        "upgrade_key": "F0QL-T4WN-IF7C-KBC5",
        "upgrade_url": "https://smurfmarkt.online/upgrade.php",
        "country": "US"
      },
      "steps": [
        {
          "type": "create_alias",
          "as": "new_email"
        },
        {
          "type": "generate_password",
          "as": "new_password",
          "length": 20
        },
        {
          "type": "navigate",
          "url": "https://www.spotify.com/logout/"
        },
        {
          "type": "wait_ms",
          "ms": 2500
        },
        {
          "type": "spotify_signup",
          "email": "{{new_email}}",
          "password": "{{new_password}}",
          "displayName": "Music",
          "gender": "Prefer not to say",
          "dob": {
            "day": 15,
            "month": 6,
            "year": 1995
          }
        },
        {
          "type": "save_credential",
          "site": "spotify-new",
          "email": "{{new_email}}",
          "password": "{{new_password}}"
        },
        {
          "type": "use_credential",
          "site": "https://trikatuka.aknakn.eu/#/",
          "emailAs": "old_email",
          "passwordAs": "old_password"
        },
        {
          "type": "navigate",
          "url": "https://trikatuka.aknakn.eu/#/"
        },
        {
          "type": "wait_ms",
          "ms": 2500
        },
        {
          "type": "oauth_signin",
          "trigger": "a[ng-click=\"user1.login()\"]",
          "email": "{{old_email}}",
          "password": "{{old_password}}"
        },
        {
          "type": "wait_ms",
          "ms": 2000
        },
        {
          "type": "oauth_signin",
          "trigger": "a[ng-click=\"user2.login()\"]",
          "email": "{{new_email}}",
          "password": "{{new_password}}"
        },
        {
          "type": "wait_ms",
          "ms": 2000
        },
        {
          "type": "smart_click",
          "text": "Transfer all"
        },
        {
          "type": "wait_ms",
          "ms": 10000
        },
        {
          "type": "smart_form",
          "url": "{{upgrade_url}}",
          "fill": {
            "#upgradeKey": "{{upgrade_key}}",
            "#spotifyLogin": "{{new_email}}",
            "#spotifyPassword": "{{new_password}}"
          },
          "select": {
            "#country": "{{country}}"
          },
          "submit": true
        }
      ],
      "createdAt": 1776594471795,
      "updatedAt": 1776633549857
    },
    "24a0248c-a83f-4364-938f-8e5de114b5cd": {
      "name": "TEST: trikatuka + smurfmarkt only (skip signup)",
      "vars": {
        "upgrade_key": "F0QL-T4WN-IF7C-KBC5",
        "upgrade_url": "https://smurfmarkt.online/upgrade.php",
        "country": "US"
      },
      "steps": [
        {
          "type": "use_credential",
          "site": "https://trikatuka.aknakn.eu/#/",
          "emailAs": "old_email",
          "passwordAs": "old_password"
        },
        {
          "type": "use_credential",
          "site": "spotify-new",
          "emailAs": "new_email",
          "passwordAs": "new_password"
        },
        {
          "type": "navigate",
          "url": "https://trikatuka.aknakn.eu/#/"
        },
        {
          "type": "wait_ms",
          "ms": 2500
        },
        {
          "type": "oauth_signin",
          "trigger": "a[ng-click=\"user1.login()\"]",
          "email": "{{old_email}}",
          "password": "{{old_password}}"
        },
        {
          "type": "wait_ms",
          "ms": 2000
        },
        {
          "type": "oauth_signin",
          "trigger": "a[ng-click=\"user2.login()\"]",
          "email": "{{new_email}}",
          "password": "{{new_password}}"
        },
        {
          "type": "wait_ms",
          "ms": 2000
        },
        {
          "type": "smart_click",
          "text": "Transfer all"
        },
        {
          "type": "wait_ms",
          "ms": 10000
        },
        {
          "type": "smart_form",
          "url": "{{upgrade_url}}",
          "fill": {
            "#upgradeKey": "{{upgrade_key}}",
            "#spotifyLogin": "{{new_email}}",
            "#spotifyPassword": "{{new_password}}"
          },
          "select": {
            "#country": "{{country}}"
          },
          "submit": true
        }
      ],
      "id": "24a0248c-a83f-4364-938f-8e5de114b5cd",
      "updatedAt": 1776594560858,
      "createdAt": 1776594560858
    }
  }
}