PromucFlow_constructor/app/client/cypress/e2e/Sanity/Datasources
sneha122 b342a03866
feat: default table name populated in query editor for mock datasources (#25263)
## Description

This is a follow-up to
https://github.com/appsmithorg/appsmith/issues/23960.

In above issue, we picked the first available entity (table/collection,
etc) and show the user a read query by default. With a [[real
datasource](https://www.notion.so/7b5b3f6302cc4a8e93f8ecd1a3965cad?pvs=21)](https://www.notion.so/7b5b3f6302cc4a8e93f8ecd1a3965cad?pvs=21),
it is not possible to know which is the most meaningful entity to
choose. However, with mock datasources, we do have the option because we
own the underlying databases.

This PR adds that functionality, In case of Users mock DB, we will
populate the query editor with `select * from public.users limit 10`, as
Users mock DB contains users table.

#### PR fixes following issue(s)
Fixes #25247 
> if no issue exists, please create an issue and ask the maintainers
about this first
>
>
#### Media
> A video or a GIF is preferred. when using Loom, don’t embed because it
looks like it’s a GIF. instead, just link to the video
>
>
#### Type of change
- New feature (non-breaking change which adds functionality)
>
>
>
## Testing
>
#### How Has This Been Tested?
> Please describe the tests that you ran to verify your changes. Also
list any relevant details for your test configuration.
> Delete anything that is not relevant
- [x] Manual
- [ ] Jest
- [x] Cypress
>
>
#### Test Plan
> Add Testsmith test cases links that relate to this PR
>
>
#### Issues raised during DP testing
> Link issues raised during DP testing for better visiblity and tracking
(copy link from comments dropped on this PR)
>
>
>
## Checklist:
#### Dev activity
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [x] I have added tests that prove my fix is effective or that my
feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] PR is being merged under a feature flag


#### QA activity:
- [x] [Speedbreak
features](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#speedbreakers-)
have been covered
- [x] Test plan covers all impacted features and [areas of
interest](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#areas-of-interest-)
- [ ] Test plan has been peer reviewed by project stakeholders and other
QA members
- [x] Manually tested functionality on DP
- [ ] We had an implementation alignment call with stakeholders post QA
Round 2
- [ ] Cypress test cases have been added and approved by SDET/manual QA
- [ ] Added `Test Plan Approved` label after Cypress tests were reviewed
- [ ] Added `Test Plan Approved` label after JUnit tests were reviewed

---------

Co-authored-by: “sneha122” <“sneha@appsmith.com”>
2023-07-17 11:56:39 +05:30
..
Airtable_Basic_Spec.ts test: Cypress | Flaky Fixes (#25217) 2023-07-11 10:44:13 +05:30
Arango_Basic_Spec.ts test: Cypress | Simplifying AddDsl method (#24991) 2023-07-04 22:03:31 +05:30
ArangoDataSourceStub_spec.js test: Cypress | Cy 12 upgrade + Flaky fixes (#23852) 2023-06-15 18:51:11 +05:30
AuthenticatedApiDatasource_spec.js test: Cypress | Cy 12 upgrade + Flaky fixes (#23852) 2023-06-15 18:51:11 +05:30
AuthenticatedApiWithOAuth_spec.ts test: Cypress | Cy 12 upgrade + Flaky fixes (#23852) 2023-06-15 18:51:11 +05:30
DatasourceForm_spec.js test: Cypress | Cy 12 upgrade + Flaky fixes (#23852) 2023-06-15 18:51:11 +05:30
DSAutosaveImprovements_spec.ts chore: poc to merge DS editor data flows (#22920) 2023-05-22 19:05:59 +07:00
ElasticSearchDatasource_spec.js test: Cypress | Cy 12 upgrade + Flaky fixes (#23852) 2023-06-15 18:51:11 +05:30
GoogleSheetsStub_spec.ts chore: Stub /features call in tests (#25104) 2023-07-05 19:39:04 +05:30
GraphQL_spec.ts test: Cypress | Cy 12 upgrade + Flaky fixes (#23852) 2023-06-15 18:51:11 +05:30
MockDBs_Spec.ts feat: default table name populated in query editor for mock datasources (#25263) 2023-07-17 11:56:39 +05:30
MongoDatasource_spec.js
MongoDatasourceURI_spec.ts fix: Mongo plugin: fix test datasource with URI (#24894) 2023-07-04 11:07:43 +05:30
MsSQL_Basic_Spec.ts feat: activation phase 1 (#25126) 2023-07-12 12:12:16 +05:30
MsSQLDataSourceStub_spec.js test: Cypress | Cy 12 upgrade + Flaky fixes (#23852) 2023-06-15 18:51:11 +05:30
MySQL_spec.js test: Cypress | Cy 12 upgrade + Flaky fixes (#23852) 2023-06-15 18:51:11 +05:30
MySQLDataSourceStub_spec.js test: Cypress | Cy 12 upgrade + Flaky fixes (#23852) 2023-06-15 18:51:11 +05:30
MySQLNoiseTest_spec.js test: Cypress | Simplifying AddDsl method (#24991) 2023-07-04 22:03:31 +05:30
Port_Number_Placeholder_Spec.ts chore: add cypress test case to validate port number placeholder (#25370) 2023-07-14 15:02:33 +05:30
PostgresDatasource_spec.js test: Cypress | Cy 12 upgrade + Flaky fixes (#23852) 2023-06-15 18:51:11 +05:30
RedshiftDataSourceStub_spec.js
RestApiDatasource_spec.js test: Cypress | Cy 12 upgrade + Flaky fixes (#23852) 2023-06-15 18:51:11 +05:30
RestApiOAuth2Validation_spec.js test: Cypress | Cy 12 upgrade + Flaky fixes (#23852) 2023-06-15 18:51:11 +05:30
SMTPDatasource_spec.js test: Cypress | Simplifying AddDsl method (#24991) 2023-07-04 22:03:31 +05:30
Styles_spec.js test: Cypress | Cy 12 upgrade + Flaky fixes (#23852) 2023-06-15 18:51:11 +05:30