20 lines
969 B
JSON
20 lines
969 B
JSON
{
|
|
"firstName": ".t--welcome-form-first-name input",
|
|
"lastName": ".t--welcome-form-last-name input",
|
|
"email": ".t--welcome-form-email input",
|
|
"password": ".t--welcome-form-password input",
|
|
"verifyPassword": ".t--welcome-form-verify-password input",
|
|
"proficiencyGroupButton": ".radio_group__button_container button",
|
|
"roleDropdown": ".t--welcome-form-role-dropdown .setup-dropdown",
|
|
"roleDropdownOption": ".rc-select-item-option",
|
|
"roleInput": ".t--welcome-form-role-input input",
|
|
"useCaseDropdown": ".t--welcome-form-role-usecase",
|
|
"useCaseDropdownOption": ".rc-select-item-option-content",
|
|
"continueButton": ".t--welcome-form-continue-button",
|
|
"submitButton": ".t--welcome-form-submit-button",
|
|
"dataCollection": ".t--welcome-form-datacollection",
|
|
"newsLetter": ".t--welcome-form-newsletter",
|
|
"createButton": ".t--welcome-form-create-button",
|
|
"createSuperUser": "#super-user-form",
|
|
"superUserForm": "[data-testid='super-user-form']"
|
|
} |