Advertisement
Guest User

Untitled

a guest
Jul 31st, 2015
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. java.lang.NullPointerException
  2. at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:210)
  3. at org.openqa.selenium.support.ui.FluentWait.<init>(FluentWait.java:94)
  4. at org.openqa.selenium.support.ui.WebDriverWait.<init>(WebDriverWait.java:70)
  5. at org.openqa.selenium.support.ui.WebDriverWait.<init>(WebDriverWait.java:44)
  6. at com.cucumber.OtoTest.Steps.yeni_adres_sayfasını_ac(Steps.java:269)
  7. at ✽.When yeni adres sayfasını ac(1features.feature:22)
  8.  
  9. java.lang.NullPointerException
  10. at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:210)
  11. at org.openqa.selenium.support.ui.FluentWait.<init>(FluentWait.java:94)
  12. at org.openqa.selenium.support.ui.WebDriverWait.<init>(WebDriverWait.java:70)
  13. at org.openqa.selenium.support.ui.WebDriverWait.<init>(WebDriverWait.java:44)
  14. at com.cucumber.OtoTest.Steps.yeni_adres_sayfasını_ac(Steps.java:269)
  15. at ✽.When yeni adres sayfasını ac(2dos.feature:6)
  16. enter code here
  17.  
  18. Given I open the app
  19. When I select the city
  20. When I uye ol button
  21. When I field the E-posta
  22. When I field the Sifre
  23. When I field the Sifre repeat
  24. When I field the Ad
  25. When I field the Soyad
  26. When I field the D.Tarihi
  27. When I field the Semt
  28. When I check the E-posta informationcheckbox
  29. When I check the Sms information checkbox
  30. Then I click to save button
  31. And I click tamam button
  32. Given Adres ekleme butonuna tıkla
  33.  
  34. When yeni adres sayfasını ac
  35. When yeni adres sayfasında geri butonuna bas
  36. When I field the E-posta
  37. When Yeni adres ekleme butonuna tekrar bas
  38. When yeni adres sayfasını acx2
  39. Then Adres formunu doldurs
  40. And Kaydet butonuna bas
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement