Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

feat(scenario): add mouseover method to the ngScenario dsl #1407

Closed
wants to merge 2 commits into from

Commits on Sep 22, 2012

  1. feat(scenario): add mouseover method to the ngScenario dsl

    so e2e tests are more readable.
    - it adds a mouseover() method to element that trigger the mouseover
    event on that element.
    
    Motivation: I wanted to write a test that checks that the method associated
    to the ng-mouseover directive was correct.
    
    ````coffeescript
    it "should display the user friends when mouseover the avatar ", ->
      element(".user-avatar").mouseover()
      # ...
    ````
    pedrodelgallego committed Sep 22, 2012
    Configuration menu
    Copy the full SHA
    bdf6be2 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2012

  1. Configuration menu
    Copy the full SHA
    ea2978d View commit details
    Browse the repository at this point in the history