-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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: set title of the tab dynamically. #36275
feat: set title of the tab dynamically. #36275
Conversation
WalkthroughThe changes introduce a new Cypress test suite to validate the dynamic naming functionality of tabs in the Changes
Possibly related issues
Poem
Recent review detailsConfiguration used: .coderabbit.yaml Files selected for processing (2)
Additional context usedPath-based instructions (1)
Additional comments not posted (2)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
} from "../../../../../support/Pages/EditorNavigation"; | ||
|
||
describe( | ||
"Test to check if user name the tab dynamically", |
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.
Can we test this with unit testing please?
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.
Ok sure will work on that.
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.
Hello @sagar-qa007 ,
I don't know what to include in the unit test case.
As
I have added the cypress test should I try to replicate it using the react testing library??.
if Yes , can you please provide any reference test file or test case in which this as done??
That would be helpful .
Thank you in advance.
This PR has not seen activitiy for a while. It will be closed in 7 days unless further activity is detected. |
Hello @rahulbarwal , could you review this PR if you have some band width. As the original component did not have any unit test case. I did't know what to add in the test as the change is only made in pane configurations. If this PR needs a unit test can you suggest what to include or could you provide any reference unit test so that I can work on it. It would be very helpful. |
This PR has not seen activitiy for a while. It will be closed in 7 days unless further activity is detected. |
This PR has been closed because of inactivity. |
fixes issue: 34260
added the code which can abilitate the user to set the title of the tab dynamically.
screen shot of the working application:
here is the video of the application:
feat.tab.name.dynamically.mp4
Summary by CodeRabbit
New Features
TabsWidget
, allowing users to customize tab labels.Bug Fixes