-
-
Notifications
You must be signed in to change notification settings - Fork 187
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
fix: fixed copied
text UI issue
#2143
base: master
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for modelina ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Pull Request Test Coverage Report for Build 12652218542Details
💛 - Coveralls |
copied
text UI 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.
@Shriya-Chauhan add the issue number in the description instead of the PR title. Also, fix the failing tests. Besides that changes looks good to me.
Quality Gate passedIssues Measures |
I have created one file and updated one of the existing files. Can you please help me fix this issue? @devilkiller-ag |
I think this is due to the absence of C# compiler installed in the environment by default. @devilkiller-ag should we install .NET SDK? Kindly correct me! Bellow changes can be implemented in the .github/workflows/blackbox-testing.yml ci workflow. |
Description
#2142 : Isuue Number
'Copied! ' text replaced with tick icon.
Related Issue
Checklist
npm run lint
).npm run test
).Additional Notes