Given(/^I visit the landing page with deactivated javascript$/) do
end
Then(/^I should see a javascript\-deactivated\-warning$/) do
Some features are only accessible with active JavaScript.")
end
end
Then(/^I should see no javascript\-deactivated\-warning$/) do
Some features are only accessible with active JavaScript.")
end