Skip to content

Commit

Permalink
[build] Attempting to fix nodejs test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Apr 25, 2020
1 parent a65b24e commit cbc12e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Rakefile
Expand Up @@ -532,6 +532,7 @@ namespace :node do
atom_list = %w[
//javascript/atoms/fragments:is-displayed
//javascript/webdriver/atoms:get-attribute
//javascript/webdriver/atoms:find-elements
]

task atoms: atom_list do
Expand All @@ -541,7 +542,8 @@ namespace :node do
puts 'rake outs are below'
p rake_outs = [
Rake::Task['//javascript/atoms/fragments:is-displayed'].out,
Rake::Task['//javascript/webdriver/atoms:get-attribute'].out
Rake::Task['//javascript/webdriver/atoms:get-attribute'].out,
Rake::Task['//javascript/webdriver/atoms:find-elements'].out
]

rake_outs.each do |atom|
Expand Down

0 comments on commit cbc12e3

Please sign in to comment.