Integration tests for off-screen IME selector.
Change-Id: I0b3253ba9cb19afae41612435ef0a9604814f3ed
This commit is contained in:
committed by
Amir E. Aharoni
parent
e0fa027b9f
commit
e53f9176ce
9
tests/browser/features/support/pages/ascii_mono.rb
Normal file
9
tests/browser/features/support/pages/ascii_mono.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
class AsciiMono
|
||||
include PageObject
|
||||
|
||||
include URL
|
||||
def self.url
|
||||
URL.url('ASCII?useskin=monobook')
|
||||
end
|
||||
page_url url
|
||||
end
|
||||
9
tests/browser/features/support/pages/ascii_vector.rb
Normal file
9
tests/browser/features/support/pages/ascii_vector.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
class AsciiVector
|
||||
include PageObject
|
||||
|
||||
include URL
|
||||
def self.url
|
||||
URL.url('ASCII?useskin=vector')
|
||||
end
|
||||
page_url url
|
||||
end
|
||||
Reference in New Issue
Block a user