Skip to content

Commit

Permalink
Intercepting Div Solution (#8)
Browse files Browse the repository at this point in the history
* correctly iterate on each kid in list

* identify download form xpath correctly

* restore 3rd canvas draw

* select each kid list div accurately

* grab the whole container divs collection for the kids

* remote unnecessary waiting

* temporarily commenting out checkbox eror check as checkboxes have been removed for now

* linting

* increment version

* deal wih intercepting div

* increment version
  • Loading branch information
hummusonrails authored Nov 19, 2020
1 parent 98ba533 commit ba0db78
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ source 'https://rubygems.org'

gem 'dotenv'
gem 'watir'
gem 'webdrivers'
gem 'webdrivers'
Empty file modified bin/declare
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion declare.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def fill_out_declaration(page)
puts 'Form already submited'
next
end
kid.click if kid.href
kid.link.click! if kid.link.href
complete_individual_form(page)
end
end
Expand Down
2 changes: 1 addition & 1 deletion lib/declare/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Declare
VERSION = '0.1.2'.freeze
VERSION = '0.1.3'.freeze
end

0 comments on commit ba0db78

Please sign in to comment.