aboutsummaryrefslogtreecommitdiff
path: root/webtests
AgeCommit message (Collapse)Author
2013-08-22Added show_trait_js_test to the tests run by test_runnerZachary Sloan
Fixed the part of show_trait_js_test that checks that the style is "display: none;"
2013-08-22Fixed a couple minor thingsZachary Sloan
2013-08-22Fixed import in show_trait_js_test.pyZachary Sloan
Added a function to browser_run.py that gets an element's style
2013-08-21Just changed a comment in the show trait js testZachary Sloan
2013-08-21Fixed an issue where correlationFunction was being importedZachary Sloan
instead of its updated name correlation_function
2013-08-16Created a file (test_runner.py) that runs every test in theZachary Sloan
directory in a row and reports the results
2013-08-16Removed and imported the Test class from browser_test.py in eachZachary Sloan
test file
2013-08-14Removed some duplicate files in the maintenance folderZachary Sloan
2013-08-14Committing browser test filesZachary Sloan
2013-08-08First Selenium test addedSam Ockman