This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
del /s /a:h /a:a /q ._* | |
del /s /a:h /a:a /q .DS_Store | |
rmdir /s /q .Trashes | |
rmdir /s /q .Spotlight-V100 | |
rmdir /s /q .fseventsd | |
del /s /a:h /a:a /q autorun.inf | |
del /s /a:h /a:a /q icon.ico | |
@pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ rake SPEC=spec/selenium/brand/test_view_atest_spec.rb | |
/home/vagrant/.rbenv/versions/1.9.3-p194/bin/ruby -S rspec spec/selenium/brand/test_view_atest_spec.rb | |
Rack::File headers parameter replaces cache_control after Rack 1.5. | |
=============> find_element(:xpath, "//div[@id=\"logo-client\"]/img").attribute("src"): http://alpha.decdynamics.com/brands/atest/logo.png | |
F | |
Failures: | |
1) TestViewAtest test_view_a | |
Failure/Error: (@driver.find_element(:xpath, "//div[@id=\"logo-client\"]/img").attribute("src")).should == "../brands/atest/logo.png" |