UNPKG

2.59 kBJavaScriptView Raw
1"use strict";
2
3/*
4 * Copyright 2017-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
5 *
6 * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
7 * the License. A copy of the License is located at
8 *
9 * http://aws.amazon.com/apache2.0/
10 *
11 * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
12 * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
13 * and limitations under the License.
14 */
15// Using CJS so these can be used with Detox tests.
16module.exports = {
17 AUTH: {
18 BACK_TO_SIGN_IN_BUTTON: 'aws-amplify__auth--back-to-sign-in-button',
19 CHANGE_PASSWORD_BUTTON: 'aws-amplify__auth--change-password-button',
20 CHANGE_PASSWORD_TEXT: 'aws-amplify__auth--change-password-text',
21 CONFIRM_A_CODE_BUTTON: 'aws-amplify__auth--confirm-a-code-button',
22 CONFIRM_BUTTON: 'aws-amplify__auth--confirm-button',
23 CONFIRM_SIGN_IN_TEXT: 'aws-amplify__auth--confirm-sign-in-text',
24 CONFIRM_SIGN_UP_TEXT: 'aws-amplify__auth--confirm-sign-up-text',
25 CONFIRMATION_CODE_INPUT: 'aws-amplify__auth--confirmation-code-input',
26 EMAIL_INPUT: 'aws-amplify__auth--email-input',
27 ERROR_ROW_TEXT: 'aws-amplify__auth--error-row-text',
28 FORGOT_PASSWORD_BUTTON: 'aws-amplify__auth--forgot-password-button',
29 FORGOT_PASSWORD_TEXT: 'aws-amplify__auth--forgot-password-text',
30 GREETING_SIGNED_IN_TEXT: 'aws-amplify__auth--greeting-signed-in-text',
31 GREETING_SIGNED_OUT_TEXT: 'aws-amplify__auth--greeting-signed-out-text',
32 LOADING_TEXT: 'aws-amplify__auth--loading-text',
33 PASSWORD_INPUT: 'aws-amplify__auth--password-input',
34 PHONE_INPUT: 'aws-amplify__auth--phone-input',
35 RESEND_CODE_BUTTON: 'aws-amplify__auth--resend-code-button',
36 SEND_BUTTON: 'aws-amplify__auth--send-button',
37 SIGN_IN_BUTTON: 'aws-amplify__auth--sign-in-button',
38 SIGN_IN_TO_YOUR_ACCOUNT_TEXT: 'aws-amplify__auth--sign-in-to-your-account-text',
39 SIGN_OUT_BUTTON: 'aws-amplify__auth--sign-out-button',
40 SIGN_UP_BUTTON: 'aws-amplify__auth--sign-up-button',
41 SIGN_UP_TEXT: 'aws-amplify__auth--sign-up-text',
42 SKIP_BUTTON: 'aws-amplify__auth--skip-button',
43 SUBMIT_BUTTON: 'aws-amplify__auth--submit-button',
44 USERNAME_INPUT: 'aws-amplify__auth--username-input',
45 VERIFY_CONTACT_PICKER: 'aws-amplify__auth--verify-contact-picker',
46 VERIFY_CONTACT_TEXT: 'aws-amplify__auth--verify-contact-text',
47 VERIFY_BUTTON: 'aws-amplify__auth--verify-button'
48 }
49};
\No newline at end of file