<< | Index | >>
---
Continue work. Example is still interaction is between Marcoumar and Aspirin.
Cleaning up of the test for views to have a clear base to test against with commit Make all tests for views pass
As I have to change the Web-Interface of oddb.org I want tests, that check the expected behaviour. Therefore I reactivated the spec/smoke_test.rb from my vagrant-oddb project. The first time I ran rspec spec/smoketest_spec.rb
I got the following Failure.
Failures: 1) ch.oddb.org should trigger the limitation after maximal 5 queries Failure/Error: @browser.button(:name, "search").click Watir::Exception::UnknownObjectException: unable to locate element, using {:name=>"search", :tag_name=>"button"} # ./spec/smoketest_spec.rb:88:in `block (3 levels) in <top (required)>' # ./spec/smoketest_spec.rb:84:in `each' # ./spec/smoketest_spec.rb:84:in `block (2 levels) in <top (required)>' Finished in 1 minute 16.09 seconds 10 examples, 1 failure
When running it a second time, the error did not show up again. May be the oddbd just took a little to long the first time to respond.
Added the same test (with the new URL oddb-ci.dyndns.org) via commit Added spec/smoketest.rb from vagrant-oddb
I don't intend for the moment to add these test to the travis-CI even when there seems to be a possibility to to it. See gui-and-headless-browser.
Documented watir tests for newcomers. See commit Creating Watir tests using the existing interactions to add the two medicaments Marcoumar and Aspirin to the interactions basket. See commit Added watir test for existing interactions
Zeno explained that:
I decided to first remove the unneeded old stuff (e.g. the links to pub_med, reference). In the state I will replace looking via Epha by consulting the new tables.
After upgrading from dojo 1.3 to 1.7.2. The mouse over worked. Pushed commit to Fix link to matrix.epha.ch
Pushed a few commits for the vagrant environment for the changes made today and last week.