Skip to content

Commit

Permalink
more closes
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ro committed May 20, 2015
1 parent 504ce39 commit 65ec255
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions members/K000368.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ contact_form:
selector: "#emailForm input[name='submit']"
- find:
- selector: "#required-prefix"
- click_on:
- selector: "#close-enews-popup"
- wait:
- value: 1
- fill_in:
- name: required-prefix
selector: "#required-prefix"
Expand Down
4 changes: 4 additions & 0 deletions members/W000813.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ contact_form:
selector: "#submit"
- find:
- selector: "#contactForm"
- click_on:
- selector: "#close-enews-popup"
- wait:
- value: 1
- fill_in:
- name: required-first
selector: "#required-first"
Expand Down

1 comment on commit 65ec255

@j-ro
Copy link
Contributor Author

@j-ro j-ro commented on 65ec255 May 20, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tested and working

Please sign in to comment.