-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: remove generate new page button from datasource preview pages #38182
Closed
Closed
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
cd049dd
feat: remove generate page button from datasource view mode schema
jacquesikot 39e8ec5
feat: remove generatePageButton from DSFormHeader
jacquesikot 2aa42e7
feat: remove releaseDragDropBuildingBlocks from dependant of shouldSh…
jacquesikot c0cd8f3
feat: remove generatePage folder
jacquesikot 9cd7130
Revert "feat: remove generatePage folder"
jacquesikot 5babacb
Merge branch 'release' of https://github.com/appsmithorg/appsmith int…
jacquesikot 9c9a0b1
feat: remove generate CRUD from active DS for mongo
jacquesikot 30c7d42
feat: remove generate new page tests for mysql test
jacquesikot 11a3c0c
feat: remove mysql generate page crud tests from mysql2
jacquesikot dfd5503
feat: remove redundant test cases from Postgres1_Spec
jacquesikot 2fb70d7
feat: remove redundant test cases from Postgres2_Spec
jacquesikot 4534f65
feat: remove redundant cypress tests from S3_Spec
jacquesikot 137db4c
feat: remove redundant cypress test from Mongo1_spec
jacquesikot 6c82643
feat: remove redundant cypress tests from S3_1_spec
jacquesikot b62f6f4
feat: remove redundant imports
jacquesikot 4c44b14
feat: remove redundant cypress tests from S3_2_spec.ts
jacquesikot 39f5d1f
feat: remove redundant cypress tests from QueryPane_Postgres_Spec.js
jacquesikot 645de9f
feat: remove redundant cypress tests from Querypane_Mongo_Spec.js
jacquesikot 0e823ab
feat: remove redundant import
jacquesikot d81112d
Merge branch 'release' of https://github.com/appsmithorg/appsmith int…
jacquesikot 0c81fa8
Merge branch 'release' of https://github.com/appsmithorg/appsmith int…
jacquesikot 40b2557
feat: fix delete datasource in S3_2_spec.ts
jacquesikot d1aeda9
feat: remove redundant unit test for GeneratePageButton
jacquesikot 1842e76
Merge branch 'release' of https://github.com/appsmithorg/appsmith int…
jacquesikot fdd745d
Merge branch 'release' of https://github.com/appsmithorg/appsmith int…
jacquesikot d9c5dcf
Merge branch 'release' of https://github.com/appsmithorg/appsmith int…
jacquesikot 7be89cc
feat: remove redundant verify queries test from JSObject_Tests_spec
jacquesikot 03a012b
feat: comment out test not remove
jacquesikot cc4bac6
Merge branch 'release' of https://github.com/appsmithorg/appsmith int…
jacquesikot 22ef934
Merge branch 'release' of https://github.com/appsmithorg/appsmith int…
jacquesikot c13934c
feat: remove server side generate CRUD tests
jacquesikot efe8168
Merge branch 'release' of https://github.com/appsmithorg/appsmith int…
jacquesikot c429bda
Merge branch 'release' of https://github.com/appsmithorg/appsmith int…
jacquesikot a2f03a3
Merge branch 'release' of https://github.com/appsmithorg/appsmith int…
jacquesikot 9e4cfaf
Merge branch 'release' of https://github.com/appsmithorg/appsmith int…
jacquesikot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
286 changes: 0 additions & 286 deletions
286
app/client/cypress/e2e/Regression/ServerSide/GenerateCRUD/MongoURI_Spec.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛠️ Refactor suggestion
Replace hardcoded sleep with proper assertions
The test uses a loop to create objects but lacks proper assertions between actions. Consider:
cy.intercept()
to wait for network requests