-
Notifications
You must be signed in to change notification settings - Fork 4.6k
[Donot merge]: testing cypress flakiness #35874
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
Closed
Closed
Changes from 3 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
276f28a
fix: added a limited test to check the failures
ac60ca5
fix: api multipart
0cb3558
fix: mysql 2 spec for checking the 12th index instead of 17
46349b5
fix: changed the page name to page1 from stores
c1d3112
fix: api multipart to use ted api
8a0bca2
fix: changing only the mysql2 spec and reverting other changes
69c8719
Merge branch 'release' of github.com:appsmithorg/appsmith into cypres…
8ed1298
Merge branch 'release' of github.com:appsmithorg/appsmith into cypres…
b84cf4f
fix: testing mongo spec fix
a246fd5
fix: testing mongo spec fix
8538c57
fix: testing mongo spec fix
7136122
fix: testing mongo spec fix
a83388a
fix: testing mongo spec fix
2319acf
fix: testing mongo spec fix
2bcac45
fix: testing mongo spec fix
aece969
fix: testing mongo spec fix
6aff87d
fix: testing mongo spec fix
e29d372
fix: testing mongo spec fix
506cec8
fix: testing mongo spec fix
2d381f2
fix: testing mongo spec fix
ae19c25
Merge branch 'release' of github.com:appsmithorg/appsmith into cypres…
85eb601
fix: testing mongo spec fix
02e7f62
Merge branch 'release' of github.com:appsmithorg/appsmith into cypres…
272d1b9
fix: testing mongo spec fix
f2587be
fix: testing mongo spec fix
4da52dc
fix: testing mongo spec fix
52703b2
fix: testing mongo spec fix
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 hidden or 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
This file contains hidden or 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
This file contains hidden or 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
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.
Reintroduce visibility assertion or ensure element is interactable
The visibility assertion has been removed before clicking the element. This might lead to runtime errors if the element is not visible at the time of the click. Consider reintroducing the visibility assertion or ensuring the element is interactable before clicking it.