Skip to content

Commit

Permalink
alert() is now a gremlin
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Jan 6, 2014
1 parent e566663 commit 31c174a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,11 @@ To add just the mogwais you want, use the `mogwai()` and `allMogwais()` method t

`gremlins.js` currently provides a few gremlins and mogwais:

* [alertGremlin](src/species/alert.js) prevents calls to alert() from blocking the test
* [clickerGremlin](src/species/clicker.js) clicks anywhere on the visible area of the document
* [formFillerGremlin](src/species/formFiller.js) fills forms by entering data, selecting options, clicking checkboxes, etc
* [scrollerGremlin](src/species/scroller.js) scrolls the viewport to reveal another part of the document
* [typerGremlin](src/species/typer.js) types keys on the keyboard

* [alertMogwai](src/mogwais/alert.js) prevents calls to alert() from blocking the test
* [fpsMogwai](src/mogwais/fps.js) logs the number of frames per seconds (FPS) of the browser
* [gizmoMogwai](src/mogwais/gizmo.js) can stop the gremlins when they go too far

Expand Down

0 comments on commit 31c174a

Please sign in to comment.