zooniverse / AnnoTate

Full text transcription app for the Tate Britain
http://anno.tate.org.uk
Other
12 stars 2 forks source link

Create a new object from SVGPoints. #49

Closed perry closed 9 years ago

perry commented 9 years ago

Extending the SVGPoints object in FireFox + Safari results in TypeError: 'x' getter called on an object that does not implement interface SVGPoint.

camallen commented 9 years ago

@perry nice one. How do you normally test across browsers / versions, manually?

perry commented 9 years ago

In this case, manually.

It'd be nice to use https://saucelabs.com or similar to run Selenium tests across a large suite of browsers.

camallen commented 9 years ago

Looks like sauce labs & browser stack have open source plans

We should look into adding some high level functionality tests (like page load, classify page loads subject, user can annotate, user can log in, etc) to a project and test it out.