Skip to content

Commit

Permalink
fix(selenium) уберем скипы
Browse files Browse the repository at this point in the history
  • Loading branch information
ovsyanik-ka committed Dec 10, 2018
1 parent f5a567c commit e8aa061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/apress/selenium_eti/spec/company_site/minieti_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
expect(@cs_eti_page.product_name?(@name)).to be true
end

context 'когда добавляем картинку', skip: !RUN_CONFIG.fetch('local_running', false).to_b do
context 'когда добавляем картинку' do
before(:all) do
@therm_value = @cs_eti_page.thermometer_value
@cs_eti_page.set_image(IMAGE_PATH)
Expand Down

0 comments on commit e8aa061

Please sign in to comment.