mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-21 15:32:14 +00:00
Implement some of Jonny's suggested changes
TODO: - Define event size at RA time, pass through to EC - Have later power questions be context dependent
This commit is contained in:
@@ -290,7 +290,7 @@ class GenericList(BasePage):
|
||||
class UserPage(BasePage):
|
||||
URL_TEMPLATE = 'user/'
|
||||
|
||||
_api_key_selector = (By.XPATH, '/html/body/div[1]/div[2]/div[2]/div/div/dl/dd[1]')
|
||||
_api_key_selector = (By.ID, 'api-key')
|
||||
_cal_url_selector = (By.ID, 'cal-url')
|
||||
_generation_button_selector = (By.LINK_TEXT, 'Generate API Key')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user