[{
        "click": ".stm-tst-scripts-tab"
    },
    {
        "click": ".stm-tst-add-from-repository"
    },
    {
        "click": "[title=\"sbx-5tr\"]"
    },
    {
        "click": ".stm-tst-btn-primary"
    },
    {
        "click": "[ng-model=\"row.entity.vusers_num\"]"
    },
    {
        "inputText": {
            "value": "50",
            "speed": 25
        }
    },
    {
        "-click": "[ng-model=\"row.entity.ramp_up.duration\"] .minutes"
    },
    {
        "-inputText": {
            "value": "1",
            "speed": 100
        }
    },
    {
        "click": "[ng-model=\"row.entity.duration\"] .minutes"
    },
    {
        "inputText": {
            "value": "10",
            "speed": 100
        }
    },
    {
        "-click": "[ng-model=\"row.entity.tear_down.duration\"] .minutes"
    },
    {
        "-inputText": {
            "value": "1",
            "speed": 100
        }
    },
    {
        "runScript": "partials/show-location-options.json"
    }
]