aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngScenario/dsl.js
AgeCommit message (Expand)Author
2013-10-22style: make jshint happyVojta Jina
2013-10-07fix(ngScenario): remove redundant assignmentPete Bacon Darwin
2013-07-12fix(ngScenario): select().option(val) should prefer exact value matchStephen Merity
2013-05-14feat(scenario): adds mousedown and mouseup event triggers to scenarioAndreas Marek
2013-01-18feat(scenario): add mouseover method to the ngScenario dslPedro Del Gallego
2013-01-16fix(scenario): don't trigger input events on IE9Igor Minar
2012-12-01feat(e2eRunner): fail when an option to select does not existStephane Bisson
2012-09-06feat(scenario): add dblclick method to the ngScenario dslPedro Del Gallego
2012-06-12docs(*): simplify doc urlsIgor Minar
2012-05-05fix(scenario): make browser().location() working if ng-app on other than <html>Vojta Jina
2012-04-12fix(e2eRunner): $browser.location should delegate to apps $locationIgor Minar
2012-04-10chore(*): remove dead code and fix code style issuesIgor Minar
2012-04-03feat(ngModel): update model on each key stroke (revert ngModelInstant)Vojta Jina
2012-03-28chore(module): move files around in preparation for more modulesMisko Hevery