[BrowserTest] forgot a bit of dead code

Change-Id: I249e229d449eb74ff341f511e84290a4ca731f92
This commit is contained in:
Cmcmahon 2014-11-18 13:08:52 -07:00
parent 6489767bc7
commit 210169c55b

View file

@ -67,10 +67,6 @@ When(/^I click This is a minor edit$/) do
on(VisualEditorPage).minor_edit_element.when_present.click
end
When(/^I do not see This is a minor edit$/) do
on(VisualEditorPage).minor_edit_element.should_not be_visible
end
When(/^I edit the description of the change$/) do
on(VisualEditorPage).describe_change_element.when_visible.send_keys("Describing with #{@random_string}")
end