aboutsummaryrefslogtreecommitdiff
path: root/webtests
AgeCommit message (Expand)Author
2021-04-29Run `sed -i 's/(object)//g'`...See: https://is.gd/pL7IJF Ran: find . \( -type d -name .git -prune \) -o -type f -print0 | xargs -0 sed -i 's/(object)//g' BonfaceKilz
2020-08-26Remove "from __future__ import new_feature" statements...See: <https://docs.python.org/2/library/2to3.html#2to3fixer-future> BonfaceKilz
2016-06-18Changed file permssions to non-executablePjotr Prins
2013-08-22Added show_trait_js_test to the tests run by test_runner...Fixed the part of show_trait_js_test that checks that the style is "display: none;" Zachary Sloan
2013-08-22Fixed a couple minor thingsZachary Sloan
2013-08-22Fixed import in show_trait_js_test.py...Added a function to browser_run.py that gets an element's style Zachary Sloan
2013-08-21Just changed a comment in the show trait js testZachary Sloan
2013-08-21Fixed an issue where correlationFunction was being imported...instead of its updated name correlation_function Zachary Sloan
2013-08-16Created a file (test_runner.py) that runs every test in the...directory in a row and reports the results Zachary Sloan
2013-08-16Removed and imported the Test class from browser_test.py in each...test file Zachary Sloan
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