-
Notifications
You must be signed in to change notification settings - Fork 111
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(url): show error if urls dont have protocol and disable test run … #517
Conversation
Hey @enudler, tagging you here |
Hi @anusha5695 thanks again for this great PR examples
|
Oh. Sorry will make changes now. @enudler Base : empty , step: empty - BAD Would you fill in the question marks alone? Just for clarity? |
hi @anusha5695 |
hi @enudler fixed the combination of errors according to this: Base : empty , step: empty - BAD hi @manorlh, sorry couldn't fix the styling feedback immediately though. hurrying for a vacation. could you open a separate bug card. I ll fix the styling once back? TIA. :) |
we can wait for it, we want to avoid inserting bugs to master. |
hi @anusha5695 |
Issue:
URL w/o protocol fails to get fired
Fix:
1.Show error message if urls dont begin with http:// or https://
2.Disable save and run buttons if above error occurs
1. Save and run buttons enabled when no error

2. Save and run buttons disabled when base url has errors with red error message

3. Save and run buttons disabled when scenario url has errors with red error message

Related issues: #461