Moved ULS tests from browsertests repository

Change-Id: I4f4a4c5530ad7e5dff70171b59a589dc98b1ef29
This commit is contained in:
Zeljko Filipin
2013-08-26 16:43:06 +02:00
parent a5d79594a3
commit 2547ed87b5
23 changed files with 844 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
When(/^I click language selector trigger element$/) do
on(RandomPage).uls_trigger
end
Then(/^I should see the Language selector$/) do
on(RandomPage).language_settings_dialog_element.should be_visible
end
Then(/^I should see a cog icon near the 'Languages' header$/) do
on(RandomPage).cog_element.should exist
end