jguglielmi / OASIS

Open Automation Source Integrated Suite or (OASIS) is an open source plugin for FitNesse that enables the user to perform thick, thin, mobile, and load testing using open source technologies including: Selenium, Sikuli, JMeter, and Synthuse.
Apache License 2.0
15 stars 6 forks source link

OASIS fitnesse jar editPage.vm needs to be updated for fileReader responder #1

Open jguglielmi opened 10 years ago

jguglielmi commented 10 years ago

"fileRead" needs to be replaced with "fileReader" inside of the editPage.vm template, otherwise it does not fire off the necessary responder call and errors out.

ejakubowski commented 10 years ago

Something is breaking the javascript on this button. I will look at it more and figure out why it's not calling the responder. Also I managed to not include the FileRead responder in the plugin.properties file which didn't help either, that part is at least included now.