Advertisement
Guest User

Untitled

a guest
Jun 24th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. module.exports = (function() {
  2.     var library = English.library()
  3.     .given("The player has opened and has advertisements in playList", function() {
  4.         //code goes here
  5.     })
  6.     .when("MRT arrive the station", function() {
  7.         //code goes here
  8.     })
  9.     .then("The player should stop playing the advertisements", function() {
  10.         //code goes here
  11.     })
  12.     return library;
  13. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement