Revert "Adding test to make sure, our ci is using FF 5"

This reverts commit 6c7497568f.
pull/6827/head
Gregor Schmidt 14 years ago
parent 5a145f294c
commit 1f1ce7c5dc
  1. 8
      features/browser.feature
  2. 3
      features/step_definitions/_browser_steps.rb

@ -1,8 +0,0 @@
Feature: Common
As a tester
I want to make sure to use an uptodate Firefox
So that my tests actually work
@javascript
Scenario: Getting the user agent
Then I want to use Firefox 5.0

@ -1,3 +0,0 @@
Then /^I want to use Firefox 5.0$/ do
page.evaluate_script("window.navigator.appVersion").should =~ /^5\.0/
end
Loading…
Cancel
Save