mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
One of these days I'll remember to test BEFORE pushing...
This commit is contained in:
@@ -124,7 +124,7 @@ class SupplierList(BasePage):
|
||||
URL_TEMPLATE = reverse('supplier_list')
|
||||
|
||||
_supplier_item_locator = (By.ID, 'row_item')
|
||||
_search_text_locator = (By.XPATH, '//*[@id="main"]/div[2]/form/div/input')
|
||||
_search_text_locator = (By.ID, 'id_search_text')
|
||||
_go_button_locator = (By.ID, 'id_search')
|
||||
|
||||
class SupplierListRow(Region):
|
||||
|
||||
Reference in New Issue
Block a user