Cleanup: removed ULS from file names and feature names

Change-Id: Id45289ba710b9b543744655f8fbd0f9483923956
This commit is contained in:
Zeljko Filipin
2013-09-25 17:18:39 +02:00
parent 0be0fcdd95
commit e72a38e73f
8 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
When(/^I click language selector trigger element$/) do
on(RandomPage).uls_trigger
end
Then(/^I should see the language selector$/) do
on(ULSPage).uls_element.should be_visible
end