Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Bug 1126080 - merge pull request #28564 from npark-mozilla:1126080 to…
Browse files Browse the repository at this point in the history
… mozilla-b2g:master
  • Loading branch information
mozilla-autolander-deprecated committed Mar 2, 2015
2 parents 2c6b146 + d31e872 commit debc876
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -43,8 +43,10 @@ def test_music_change_rating(self):

# give rating of 4
player_view.tap_star(4)
player_view.tap_cover_in_player_view() # tap again in case the overlay disappears due to timeout
Wait(self.marionette).until(lambda m: player_view.star_rating == 4)

#change the rating to 1
player_view.tap_star(1)
player_view.tap_cover_in_player_view() # tap again in case the overlay disappears due to timeout
Wait(self.marionette).until(lambda m: player_view.star_rating == 1)

0 comments on commit debc876

Please sign in to comment.