-
Notifications
You must be signed in to change notification settings - Fork 773
add keyword input_text_into_prompt #450
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
Conversation
add keyword input_text_into_prompt ( example from boakley ) fixes issue #292 "Add ability to type into a prompt"
We seriously didn't already have this? 0.o |
Wow. Heh. Anyway, @ekasteel, it looks good to me. Can you add a test and update the changelog? Thanks! |
Create password_prompt
Create password_prompt.html
Add testcase for input text into prompt
Could you merge in master? There was an error that was causing tests to fail, but it should be fixed now. |
not sure what went wrong. things look messy, I do not want the commits for the test to be part of the pull request ( at least not until I am sure they work fine ) |
It's not your changes that are failing, it's an issue with the newest version of selenium. Another PR already fixed the issue, so updating your PR should correct the tests. |
Add test for keyword Input Text Into Prompt
the keyword now has a test which passes. looks fine to me |
Looks good! Would you mind updating the change log? After that I'll merge it in. |
Added new keyword Input Text Into Prompt (example from boakley). Fixes #292
change log updated |
Thanks. |
add keyword input_text_into_prompt
Could you take a look at this? https://travis-ci.org/rtomac/robotframework-selenium2library/jobs/72146078 I'm going to revert your changes for now, they're holding up a hotfix that we have to get out. Edit: Unless I can figure them out pretty quickly. I'm going take another look at this after lunch. |
This error is not occurring on my machine (Linux / Firefox 23). Not saying that we are good to go just that I am not seeing the error. This doesn't surprise me as I have seen other system differences. I will note that the test for this isn't actually verifying anything. It should check to see that the name shows up on the page (as the test page is currently coded). Also this should probably be a part of the acceptance.keywords.javascript test suite and not necessarily it's own. |
I'll make those changes. I think I fixed the error that Travis was running into. |
add keyword input_text_into_prompt ( example from boakley )
fixes issue #292 "Add ability to type into a prompt"