-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Added missing isVisible
command in new Element API
#4039
Conversation
isVisible
command in new Element API
Can you please avoid un-related formatting changes in the PR? |
hey @garg3133 , would I close this pr and raise a new pr because I am confused how to reformatt all the unwanted changes? |
Also, please write a different commit message for every commit based on what you've changed in that commit. Good commit messages help navigate a larger PR more effectively. |
35ce340
to
73b21ac
Compare
Hey @garg3133 I removed all the unwanted commits and removed all the formatted issues. |
There are still a lot of things wrong here. Please go through the review comments of #4038 and act accordingly. |
Also, you can run |
Hey I have made changes in test file and added JSDoc |
@subhajit20 I have gone through your PRs multiple times and suggested changes, but you don't seem to work very well on the feedback. Like I asked you to go through all the review comments in PR #4038 and act accordingly, but still I see an example in JSDoc which is not BDD-styled (as suggested in the other PR) and moreover, the example would fail when on running it which shows that you haven't even taken the effort of running the example you're putting in the doc by yourself first. Also, the test is not in the right format (on which I commented at the end of PR $4038) but you seem to have just copy-pasted the test from the other PR without paying attention to the comments. So, I'm not going to put any more reviews on your PRs until you work on the existing reviews first. Plus, I'm going to open up the issue for We're looking for people who can solve stuff and also test their changes thoroughly in their local environments before asking someone to come and review their PR, and also work on the feedback given. You are of course welcome to ask questions on Discord if you don't understand something. |
Hey @garg3133 can you point out those sections which are needed to be resolved? |
hey sorry @garg3133 , actually I was bit confused.Can you check once I have made some changes and tried to run test. |
I already did that in the comment posted above -- JSDoc and tests. |
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.
I would recommend adding few negative test cases as well.
Hey @garg3133 can you please now review my pr? I have done all the required changes |
Hey @vaibhavsingh97 I got all those above changes done!! |
@subhajit20 Can you please resolve conflicts in the PR |
Status
|
Hey I have resolved the conflit issue. |
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.
The tests are completely wrong. Also, the alias for isDisplayed()
command is missing.
It looks like you recently changed the tests, may I know the reason for doing that? |
Yes I am reforming the test file as it got broken while I was resolving the merge conflict issue . I got stuck and just reimplentiting the test and command file. Will do that by tomorrow |
hey @garg3133 can you review this pr? |
Thanks in advance for your contribution. Please follow the below steps in submitting a pull request, as it will help us with reviewing it quicker.
isVisible
command in new Element API #4037