Guest User

Untitled

a guest
Jun 23rd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. "I should see the search form" => #search
  2.  
  3. <form id="search">
  4.  
  5. </form>
  6.  
  7. "I should see a search form" => .search
  8.  
  9. <form class="search">
  10.  
  11. </form>
  12.  
  13. "I should see (?a|the) \"Search\" form " => .....
  14.  
  15. .... does this work for forms.. should we normalise the quoted string we've matched, and assume it's the form name attribute?
Add Comment
Please, Sign In to add comment