## Description - Adds validations for Oracle Ds to run in Hosted instance - Trial fix for EmbedSettings/EmbedSettings_spec.js (checking the Appsmith is starting page goes away on its own) - Block_Execution.ts - updated to use Oracle mock data - Oracle tests [TC #2354](https://github.com/appsmithorg/TestSmith/issues/2354), [TC #2355](https://github.com/appsmithorg/TestSmith/issues/2355), [TC #2356](https://github.com/appsmithorg/TestSmith/issues/2356), [TC #2357](https://github.com/appsmithorg/TestSmith/issues/2357) Automated - Set Commit Message update for Hosted runs since now Airtable, ElasticSearch are also part along with GSheet cases - SMTP added verification on mail details (from, to, status, msg body etc) - Widgets/WidgetPropertySetters_spec.ts - Lint error case flaky fix #### Type of change - Script fix (non-breaking change which fixes an issue) ## Testing > #### How Has This Been Tested? - [X] Cypress CI runs ## Checklist: #### QA activity: - [X] Added `Test Plan Approved` label after Cypress tests were reviewed
41 lines
2.1 KiB
JavaScript
41 lines
2.1 KiB
JavaScript
export default {
|
|
Tabs: ".t--settings-category-list",
|
|
generalTab: ".t--settings-category-general",
|
|
advancedTab: ".t--settings-category-advanced",
|
|
authenticationTab: ".t--settings-category-authentication",
|
|
emailTab: ".t--settings-category-email",
|
|
googleMapsTab: ".t--settings-category-google-maps",
|
|
googleButton: ".t--settings-sub-category-google-auth",
|
|
githubButton: ".t--settings-sub-category-github-auth",
|
|
formloginButton: ".t--settings-sub-category-form-login",
|
|
readMoreLink: ".t--read-more-link",
|
|
versionTab: ".t--settings-category-version",
|
|
backButton: ".t--admin-settings-back-button",
|
|
saveButton: ".t--admin-settings-save-button",
|
|
resetButton: ".t--admin-settings-reset-button",
|
|
textInput: ".t--admin-settings-text-input input",
|
|
instanceName: ".t--admin-settings-instanceName input",
|
|
adminEmails: ".t--admin-settings-APPSMITH_ADMIN_EMAILS input",
|
|
fromAddress: ".t--admin-settings-APPSMITH_MAIL_FROM input",
|
|
restartNotice: ".t--admin-settings-restart-notice",
|
|
appsmithStarting: "p:contains('Appsmith is starting')",
|
|
appsmithLogo: ".t--appsmith-logo",
|
|
appsmithHeader: "[data-testid='t--appsmith-page-header']",
|
|
loginWithGoogle: "[data-testid='login-with-Google']",
|
|
loginWithGithub: "[data-testid='login-with-Github']",
|
|
disconnectBtn: "[data-testid='disconnect-service-button']",
|
|
formSignupDisabled: "[data-testid='APPSMITH_SIGNUP_DISABLED']",
|
|
formLoginDisabled: "[data-testid='APPSMITH_FORM_LOGIN_DISABLED']",
|
|
embedSettings: ".t--admin-settings-APPSMITH_ALLOWED_FRAME_ANCESTORS",
|
|
upgrade: "//button//span[text()='Upgrade']",
|
|
accessControl: ".t--settings-category-access-control",
|
|
auditLogs: ".t--settings-category-audit-logs",
|
|
provisioning: ".t--settings-category-provisioning",
|
|
upgrageLeftPane: "[data-testid='t--enterprise-settings-category-item-be']",
|
|
brandingSubmitButton: ".t--settings-branding-submit-button",
|
|
businessTag: "[data-testid='t--business-tag']",
|
|
enterpriseTag: "[data-testid='t--enterprise-tag']",
|
|
enableEmailVerificationInput: "[data-testid='emailVerificationEnabled']",
|
|
adminSettingsCallout: "[data-testid='admin-settings-group-link']",
|
|
};
|