Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.38 KB | None | 0 0
  1.       first('.icn-notification-gray-24').click
  2.  
  3.       choose('Snow Tires')
  4.       click_on('Push-Benachrichtigung erstellen')
  5.  
  6.       expect(page).to have_content('Neue Push-Benachrichtigung')
  7.  
  8.       fill_in 'notification[title]', with: 'Special Offer!'
  9.       fill_in 'notification[description]', with: 'Get new and cheap tires now!!'
  10.  
  11.       click_on('Weiter')
  12.       click_on('Senden')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement