Choose the Login option before trying to enter the login credentials
This commit is contained in:
committed by
Ingo Klöcker
parent
e6a2b2d125
commit
52ab052aef
@@ -17,7 +17,7 @@ if(NOT SeleniumWebDriverATSPI_FOUND)
|
|||||||
return()
|
return()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
#add_test(
|
add_test(
|
||||||
# NAME logintest
|
NAME logintest
|
||||||
# COMMAND selenium-webdriver-at-spi-run ${CMAKE_CURRENT_SOURCE_DIR}/logintest.py
|
COMMAND selenium-webdriver-at-spi-run ${CMAKE_CURRENT_SOURCE_DIR}/logintest.py
|
||||||
#)
|
)
|
||||||
|
|||||||
@@ -35,6 +35,8 @@ class LoginTest(unittest.TestCase):
|
|||||||
self.driver.quit()
|
self.driver.quit()
|
||||||
|
|
||||||
def test_login(self):
|
def test_login(self):
|
||||||
|
self.driver.find_element(by=AppiumBy.NAME, value="Login").click()
|
||||||
|
|
||||||
self.driver.find_element(by=AppiumBy.NAME, value="Matrix ID").send_keys("@user:localhost:1234")
|
self.driver.find_element(by=AppiumBy.NAME, value="Matrix ID").send_keys("@user:localhost:1234")
|
||||||
self.driver.find_element(by=AppiumBy.NAME, value="Continue").click()
|
self.driver.find_element(by=AppiumBy.NAME, value="Continue").click()
|
||||||
self.driver.find_element(by=AppiumBy.NAME, value="Password").send_keys("1234")
|
self.driver.find_element(by=AppiumBy.NAME, value="Password").send_keys("1234")
|
||||||
|
|||||||
Reference in New Issue
Block a user