Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. verify do
  2. assert_include(
  3. @driver.find_element(
  4. :css,
  5. "div.launchpadMain > section:nth-of-type(4) > div.launchpadCategoryBody > a:nth-of-type(2)"
  6. ).text,
  7. "shiftplan"
  8. )
  9. end
  10.  
  11. verify do
  12. element_not_present(
  13. @driver.find_element(:css, "button.btn.btn-icon.pull-right > i")
  14. )
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement