Renamed ULSPage to PanelPage

To make class name consistent with file name

Change-Id: If4d0f0a24d2534c9b73cc6cbb0ee14ab8c124ed9
This commit is contained in:
Zeljko Filipin
2013-09-26 12:32:41 +02:00
parent 2d8522d1ba
commit 7706d97c8a
7 changed files with 26 additions and 26 deletions

View File

@@ -72,11 +72,11 @@ Then(/^in it there must be an element with Malayalam text$/) do
end
When(/^I visit page in Vector skin$/) do
visit(ULSPage, :using_params => {:extra => "useskin=vector"})
visit(PanelPage, :using_params => {:extra => "useskin=vector"})
end
When(/^I visit page in Monobook skin$/) do
visit(ULSPage, :using_params => {:extra => "useskin=monobook"})
visit(PanelPage, :using_params => {:extra => "useskin=monobook"})
end
Then(/^I should see the input method menu is not offscreen$/) do